diff options
Diffstat (limited to 'net/tipc/link.h')
-rw-r--r-- | net/tipc/link.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tipc/link.h b/net/tipc/link.h index 85fd3bcb5ed9..bdb0fa263d20 100644 --- a/net/tipc/link.h +++ b/net/tipc/link.h | |||
@@ -122,7 +122,7 @@ struct link { | |||
122 | u32 checkpoint; | 122 | u32 checkpoint; |
123 | u32 peer_session; | 123 | u32 peer_session; |
124 | u32 peer_bearer_id; | 124 | u32 peer_bearer_id; |
125 | struct bearer *b_ptr; | 125 | struct tipc_bearer *b_ptr; |
126 | u32 tolerance; | 126 | u32 tolerance; |
127 | u32 continuity_interval; | 127 | u32 continuity_interval; |
128 | u32 abort_limit; | 128 | u32 abort_limit; |
@@ -213,7 +213,7 @@ struct link { | |||
213 | 213 | ||
214 | struct tipc_port; | 214 | struct tipc_port; |
215 | 215 | ||
216 | struct link *tipc_link_create(struct bearer *b_ptr, const u32 peer, | 216 | struct link *tipc_link_create(struct tipc_bearer *b_ptr, const u32 peer, |
217 | const struct tipc_media_addr *media_addr); | 217 | const struct tipc_media_addr *media_addr); |
218 | void tipc_link_delete(struct link *l_ptr); | 218 | void tipc_link_delete(struct link *l_ptr); |
219 | void tipc_link_changeover(struct link *l_ptr); | 219 | void tipc_link_changeover(struct link *l_ptr); |