]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit - net/tipc/subscr.h
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)
commit5c45ab24ac77ea32eae7d3576cf37c3ddb259f80
treed8a46d20cdeb90d3a625eaa71d1a71293635e0d4
parentda0a75e86ae230f92743c073843d3ea35bd061af
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