tipc: rename tipc_server to tipc_topsrv
authorJon Maloy <jon.maloy@ericsson.com>
Thu, 15 Feb 2018 09:40:51 +0000 (10:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:26:34 +0000 (15:26 -0500)
commit026321c6d056a54b4145522492245d2b5913ee1d
tree7a0d42868ef29033baf596bfe766163cee4edeba
parent0ef897be12b8b4cf297b6016e79ec97ec90f2cf6
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>
net/tipc/Makefile
net/tipc/core.h
net/tipc/group.c
net/tipc/server.c [deleted file]
net/tipc/server.h [deleted file]
net/tipc/subscr.c
net/tipc/subscr.h
net/tipc/topsrv.c [new file with mode: 0644]
net/tipc/topsrv.h [new file with mode: 0644]