diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 8020a6c360ff..7a68e1b6a066 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -122,6 +122,9 @@ struct tipc_net { | |||
122 | /* Topology subscription server */ | 122 | /* Topology subscription server */ |
123 | struct tipc_topsrv *topsrv; | 123 | struct tipc_topsrv *topsrv; |
124 | atomic_t subscription_count; | 124 | atomic_t subscription_count; |
125 | |||
126 | /* Cluster capabilities */ | ||
127 | u16 capabilities; | ||
125 | }; | 128 | }; |
126 | 129 | ||
127 | static inline struct tipc_net *tipc_net(struct net *net) | 130 | static inline struct tipc_net *tipc_net(struct net *net) |