]> git.baikalelectronics.ru Git - kernel.git/commit
tipc: make struct tipc_server private for server.c
authorJon Maloy <jon.maloy@ericsson.com>
Thu, 15 Feb 2018 09:40:49 +0000 (10:40 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 20:26:34 +0000 (15:26 -0500)
commit3f3c260770c5a0b4cecc9dc3469bfbf75f3c9f12
treed8a46d20cdeb90d3a625eaa71d1a71293635e0d4
parent2ffb9578631ac38830f293955beb170994d30210
tipc: make struct tipc_server private for server.c

In order to narrow the interface and dependencies between the topology
server and the subscription/binding table functionality we move struct
tipc_server inside the file server.c. This requires some code
adaptations in other files, but those are mostly minor.

The most important change is that we have to move the start/stop
functions for the topology server to server.c, where they logically
belong anyway.

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/name_table.c
net/tipc/server.c
net/tipc/server.h
net/tipc/subscr.c
net/tipc/subscr.h