aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r--net/tipc/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h
index afabf39e801c..639f562dddf3 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -106,6 +106,10 @@ struct tipc_net {
106 /* Name table */ 106 /* Name table */
107 spinlock_t nametbl_lock; 107 spinlock_t nametbl_lock;
108 struct name_table *nametbl; 108 struct name_table *nametbl;
109
110 /* Topology subscription server */
111 struct tipc_server *topsrv;
112 atomic_t subscription_count;
109}; 113};
110 114
111#ifdef CONFIG_SYSCTL 115#ifdef CONFIG_SYSCTL