diff options
Diffstat (limited to 'net/tipc/discover.h')
-rw-r--r-- | net/tipc/discover.h | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/net/tipc/discover.h b/net/tipc/discover.h index c36eaeb7d5d0..a3af595b86cb 100644 --- a/net/tipc/discover.h +++ b/net/tipc/discover.h | |||
@@ -2,7 +2,7 @@ | |||
2 | * net/tipc/discover.h | 2 | * net/tipc/discover.h |
3 | * | 3 | * |
4 | * Copyright (c) 2003-2006, Ericsson AB | 4 | * Copyright (c) 2003-2006, Ericsson AB |
5 | * Copyright (c) 2005, Wind River Systems | 5 | * Copyright (c) 2005, 2010-2011, Wind River Systems |
6 | * All rights reserved. | 6 | * All rights reserved. |
7 | * | 7 | * |
8 | * Redistribution and use in source and binary forms, with or without | 8 | * Redistribution and use in source and binary forms, with or without |
@@ -37,22 +37,13 @@ | |||
37 | #ifndef _TIPC_DISCOVER_H | 37 | #ifndef _TIPC_DISCOVER_H |
38 | #define _TIPC_DISCOVER_H | 38 | #define _TIPC_DISCOVER_H |
39 | 39 | ||
40 | #include "core.h" | ||
41 | |||
42 | struct link_req; | 40 | struct link_req; |
43 | 41 | ||
44 | struct link_req *tipc_disc_init_link_req(struct bearer *b_ptr, | 42 | int tipc_disc_create(struct tipc_bearer *b_ptr, struct tipc_media_addr *dest, |
45 | const struct tipc_media_addr *dest, | 43 | u32 dest_domain); |
46 | u32 dest_domain, | 44 | void tipc_disc_delete(struct link_req *req); |
47 | u32 req_links); | 45 | void tipc_disc_add_dest(struct link_req *req); |
48 | void tipc_disc_update_link_req(struct link_req *req); | 46 | void tipc_disc_remove_dest(struct link_req *req); |
49 | void tipc_disc_stop_link_req(struct link_req *req); | 47 | void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr); |
50 | |||
51 | void tipc_disc_recv_msg(struct sk_buff *buf, struct bearer *b_ptr); | ||
52 | |||
53 | void tipc_disc_link_event(u32 addr, char *name, int up); | ||
54 | #if 0 | ||
55 | int disc_create_link(const struct tipc_link_create *argv); | ||
56 | #endif | ||
57 | 48 | ||
58 | #endif | 49 | #endif |