diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index d4bb654c858d..63e2e8ead2fe 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -64,7 +64,6 @@ | |||
64 | * @working_links: number of working links to node (both active and standby) | 64 | * @working_links: number of working links to node (both active and standby) |
65 | * @block_setup: bit mask of conditions preventing link establishment to node | 65 | * @block_setup: bit mask of conditions preventing link establishment to node |
66 | * @link_cnt: number of links to node | 66 | * @link_cnt: number of links to node |
67 | * @permit_changeover: non-zero if node has redundant links to this system | ||
68 | * @signature: node instance identifier | 67 | * @signature: node instance identifier |
69 | * @bclink: broadcast-related info | 68 | * @bclink: broadcast-related info |
70 | * @acked: sequence # of last outbound b'cast message acknowledged by node | 69 | * @acked: sequence # of last outbound b'cast message acknowledged by node |
@@ -89,7 +88,6 @@ struct tipc_node { | |||
89 | int link_cnt; | 88 | int link_cnt; |
90 | int working_links; | 89 | int working_links; |
91 | int block_setup; | 90 | int block_setup; |
92 | int permit_changeover; | ||
93 | u32 signature; | 91 | u32 signature; |
94 | struct { | 92 | struct { |
95 | u32 acked; | 93 | u32 acked; |