diff options
author | Jon Maloy <jon.maloy@ericsson.com> | 2018-02-15 10:40:51 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-02-16 15:26:34 -0500 |
commit | 026321c6d056a54b4145522492245d2b5913ee1d (patch) | |
tree | 7a0d42868ef29033baf596bfe766163cee4edeba /net/tipc/subscr.h | |
parent | 0ef897be12b8b4cf297b6016e79ec97ec90f2cf6 (diff) | |
download | linux-stable-026321c6d056a54b4145522492245d2b5913ee1d.tar.gz linux-stable-026321c6d056a54b4145522492245d2b5913ee1d.tar.bz2 linux-stable-026321c6d056a54b4145522492245d2b5913ee1d.zip |
tipc: rename tipc_server to tipc_topsrv
We rename struct tipc_server to struct tipc_topsrv. This reflect its now
specialized role as topology server. Accoringly, we change or add function
prefixes to make it clearer which functionality those belong to.
There are no functional changes in this commit.
Acked-by: Ying.Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/subscr.h')
-rw-r--r-- | net/tipc/subscr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/subscr.h b/net/tipc/subscr.h index 82ba61afe638..8b2d22b18f22 100644 --- a/net/tipc/subscr.h +++ b/net/tipc/subscr.h @@ -37,7 +37,7 @@ #ifndef _TIPC_SUBSCR_H #define _TIPC_SUBSCR_H -#include "server.h" +#include "topsrv.h" #define TIPC_MAX_SUBSCR 65535 #define TIPC_MAX_PUBLICATIONS 65535 |