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.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h
index 639f562dddf3..817b2e9d4227 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -76,14 +76,10 @@ extern int tipc_net_id __read_mostly;
76extern int sysctl_tipc_rmem[3] __read_mostly; 76extern int sysctl_tipc_rmem[3] __read_mostly;
77extern int sysctl_tipc_named_timeout __read_mostly; 77extern int sysctl_tipc_named_timeout __read_mostly;
78 78
79/*
80 * Other global variables
81 */
82extern int tipc_random __read_mostly;
83
84struct tipc_net { 79struct tipc_net {
85 u32 own_addr; 80 u32 own_addr;
86 int net_id; 81 int net_id;
82 int random;
87 83
88 /* Node table and node list */ 84 /* Node table and node list */
89 spinlock_t node_list_lock; 85 spinlock_t node_list_lock;