diff options
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index b67b7ea4cc36..2fa86bd67c0a 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h | |||
@@ -183,14 +183,14 @@ int tipc_l2_send_msg(struct sk_buff *buf, struct tipc_bearer *b, | |||
183 | struct tipc_media_addr *dest); | 183 | struct tipc_media_addr *dest); |
184 | 184 | ||
185 | struct sk_buff *tipc_bearer_get_names(void); | 185 | struct sk_buff *tipc_bearer_get_names(void); |
186 | void tipc_bearer_add_dest(struct tipc_bearer *b_ptr, u32 dest); | 186 | void tipc_bearer_add_dest(u32 bearer_id, u32 dest); |
187 | void tipc_bearer_remove_dest(struct tipc_bearer *b_ptr, u32 dest); | 187 | void tipc_bearer_remove_dest(u32 bearer_id, u32 dest); |
188 | struct tipc_bearer *tipc_bearer_find(const char *name); | 188 | struct tipc_bearer *tipc_bearer_find(const char *name); |
189 | struct tipc_media *tipc_media_find(const char *name); | 189 | struct tipc_media *tipc_media_find(const char *name); |
190 | int tipc_bearer_setup(void); | 190 | int tipc_bearer_setup(void); |
191 | void tipc_bearer_cleanup(void); | 191 | void tipc_bearer_cleanup(void); |
192 | void tipc_bearer_stop(void); | 192 | void tipc_bearer_stop(void); |
193 | void tipc_bearer_send(struct tipc_bearer *b, struct sk_buff *buf, | 193 | void tipc_bearer_send(u32 bearer_id, struct sk_buff *buf, |
194 | struct tipc_media_addr *dest); | 194 | struct tipc_media_addr *dest); |
195 | 195 | ||
196 | #endif /* _TIPC_BEARER_H */ | 196 | #endif /* _TIPC_BEARER_H */ |