diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 4fb113397e7b..75a332b1968e 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -60,6 +60,7 @@ | |||
60 | #include <net/netns/generic.h> | 60 | #include <net/netns/generic.h> |
61 | 61 | ||
62 | #include "node.h" | 62 | #include "node.h" |
63 | #include "bearer.h" | ||
63 | 64 | ||
64 | #define TIPC_MOD_VER "2.0.0" | 65 | #define TIPC_MOD_VER "2.0.0" |
65 | 66 | ||
@@ -87,6 +88,9 @@ struct tipc_net { | |||
87 | struct list_head node_list; | 88 | struct list_head node_list; |
88 | u32 num_nodes; | 89 | u32 num_nodes; |
89 | u32 num_links; | 90 | u32 num_links; |
91 | |||
92 | /* Bearer list */ | ||
93 | struct tipc_bearer __rcu *bearer_list[MAX_BEARERS + 1]; | ||
90 | }; | 94 | }; |
91 | 95 | ||
92 | #ifdef CONFIG_SYSCTL | 96 | #ifdef CONFIG_SYSCTL |