diff options
Diffstat (limited to 'net/tipc/node.h')
| -rw-r--r-- | net/tipc/node.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index e5e96c04e167..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; |
| @@ -115,7 +113,6 @@ void tipc_node_detach_link(struct tipc_node *n_ptr, struct tipc_link *l_ptr); | |||
| 115 | void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr); | 113 | void tipc_node_link_down(struct tipc_node *n_ptr, struct tipc_link *l_ptr); |
| 116 | void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr); | 114 | void tipc_node_link_up(struct tipc_node *n_ptr, struct tipc_link *l_ptr); |
| 117 | int tipc_node_active_links(struct tipc_node *n_ptr); | 115 | int tipc_node_active_links(struct tipc_node *n_ptr); |
| 118 | int tipc_node_redundant_links(struct tipc_node *n_ptr); | ||
| 119 | int tipc_node_is_up(struct tipc_node *n_ptr); | 116 | int tipc_node_is_up(struct tipc_node *n_ptr); |
| 120 | struct sk_buff *tipc_node_get_links(const void *req_tlv_area, int req_tlv_space); | 117 | struct sk_buff *tipc_node_get_links(const void *req_tlv_area, int req_tlv_space); |
| 121 | struct sk_buff *tipc_node_get_nodes(const void *req_tlv_area, int req_tlv_space); | 118 | struct sk_buff *tipc_node_get_nodes(const void *req_tlv_area, int req_tlv_space); |
