diff options
Diffstat (limited to 'net/tipc/bcast.h')
-rw-r--r-- | net/tipc/bcast.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/tipc/bcast.h b/net/tipc/bcast.h index 43f397fbac55..4bdc12277d33 100644 --- a/net/tipc/bcast.h +++ b/net/tipc/bcast.h | |||
@@ -55,7 +55,6 @@ struct tipc_bcbearer_pair { | |||
55 | struct tipc_bearer *secondary; | 55 | struct tipc_bearer *secondary; |
56 | }; | 56 | }; |
57 | 57 | ||
58 | #define TIPC_BCLINK_RESET 1 | ||
59 | #define BCBEARER MAX_BEARERS | 58 | #define BCBEARER MAX_BEARERS |
60 | 59 | ||
61 | /** | 60 | /** |
@@ -86,7 +85,6 @@ struct tipc_bcbearer { | |||
86 | * @lock: spinlock governing access to structure | 85 | * @lock: spinlock governing access to structure |
87 | * @link: (non-standard) broadcast link structure | 86 | * @link: (non-standard) broadcast link structure |
88 | * @node: (non-standard) node structure representing b'cast link's peer node | 87 | * @node: (non-standard) node structure representing b'cast link's peer node |
89 | * @flags: represent bclink states | ||
90 | * @bcast_nodes: map of broadcast-capable nodes | 88 | * @bcast_nodes: map of broadcast-capable nodes |
91 | * @retransmit_to: node that most recently requested a retransmit | 89 | * @retransmit_to: node that most recently requested a retransmit |
92 | * | 90 | * |
@@ -96,7 +94,6 @@ struct tipc_bclink { | |||
96 | spinlock_t lock; | 94 | spinlock_t lock; |
97 | struct tipc_link link; | 95 | struct tipc_link link; |
98 | struct tipc_node node; | 96 | struct tipc_node node; |
99 | unsigned int flags; | ||
100 | struct sk_buff_head arrvq; | 97 | struct sk_buff_head arrvq; |
101 | struct sk_buff_head inputq; | 98 | struct sk_buff_head inputq; |
102 | struct tipc_node_map bcast_nodes; | 99 | struct tipc_node_map bcast_nodes; |
@@ -117,7 +114,6 @@ static inline int tipc_nmap_equal(struct tipc_node_map *nm_a, | |||
117 | 114 | ||
118 | int tipc_bclink_init(struct net *net); | 115 | int tipc_bclink_init(struct net *net); |
119 | void tipc_bclink_stop(struct net *net); | 116 | void tipc_bclink_stop(struct net *net); |
120 | void tipc_bclink_set_flags(struct net *tn, unsigned int flags); | ||
121 | void tipc_bclink_add_node(struct net *net, u32 addr); | 117 | void tipc_bclink_add_node(struct net *net, u32 addr); |
122 | void tipc_bclink_remove_node(struct net *net, u32 addr); | 118 | void tipc_bclink_remove_node(struct net *net, u32 addr); |
123 | struct tipc_node *tipc_bclink_retransmit_to(struct net *tn); | 119 | struct tipc_node *tipc_bclink_retransmit_to(struct net *tn); |