diff options
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index eabad41cc832..d0f64ca62d02 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h | |||
@@ -82,6 +82,8 @@ extern int sysctl_tipc_named_timeout __read_mostly; | |||
82 | struct tipc_net { | 82 | struct tipc_net { |
83 | u8 node_id[NODE_ID_LEN]; | 83 | u8 node_id[NODE_ID_LEN]; |
84 | u32 node_addr; | 84 | u32 node_addr; |
85 | u32 trial_addr; | ||
86 | unsigned long addr_trial_end; | ||
85 | char node_id_string[NODE_ID_STR_LEN]; | 87 | char node_id_string[NODE_ID_STR_LEN]; |
86 | int net_id; | 88 | int net_id; |
87 | int random; | 89 | int random; |