aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/discover.h')
-rw-r--r--net/tipc/discover.h23
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
42struct link_req; 40struct link_req;
43 41
44struct link_req *tipc_disc_init_link_req(struct bearer *b_ptr, 42int 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, 44void tipc_disc_delete(struct link_req *req);
47 u32 req_links); 45void tipc_disc_add_dest(struct link_req *req);
48void tipc_disc_update_link_req(struct link_req *req); 46void tipc_disc_remove_dest(struct link_req *req);
49void tipc_disc_stop_link_req(struct link_req *req); 47void tipc_disc_recv_msg(struct sk_buff *buf, struct tipc_bearer *b_ptr);
50
51void tipc_disc_recv_msg(struct sk_buff *buf, struct bearer *b_ptr);
52
53void tipc_disc_link_event(u32 addr, char *name, int up);
54#if 0
55int disc_create_link(const struct tipc_link_create *argv);
56#endif
57 48
58#endif 49#endif