aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/net.h
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-12-31 13:59:18 -0500
committerDavid S. Miller <davem@davemloft.net>2011-01-01 16:57:48 -0500
commit51a8e4dee7653698ba4c6e7de71053665f075273 (patch)
tree94d90bd650f0dd8ab542cc5c948d6ddf6501a107 /net/tipc/net.h
parent08c80e9a031df0a8f0269477a32f5eae47d7a146 (diff)
tipc: Remove prototype code for supporting inter-cluster routing
Eliminates routines and data structures that were intended to allow TIPC to route messages to other clusters. Currently, TIPC supports only networks consisting of a single cluster within a single zone, so this code is unnecessary. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/net.h')
-rw-r--r--net/tipc/net.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/tipc/net.h b/net/tipc/net.h
index 786c94007470..6e402d9b33e0 100644
--- a/net/tipc/net.h
+++ b/net/tipc/net.h
@@ -54,11 +54,7 @@ struct network {
54extern struct network tipc_net; 54extern struct network tipc_net;
55extern rwlock_t tipc_net_lock; 55extern rwlock_t tipc_net_lock;
56 56
57void tipc_net_remove_as_router(u32 router);
58void tipc_net_send_external_routes(u32 dest);
59void tipc_net_route_msg(struct sk_buff *buf); 57void tipc_net_route_msg(struct sk_buff *buf);
60struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref);
61u32 tipc_net_select_router(u32 addr, u32 ref);
62 58
63int tipc_net_start(u32 addr); 59int tipc_net_start(u32 addr);
64void tipc_net_stop(void); 60void tipc_net_stop(void);