aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
diff options
context:
space:
mode:
authorAllan Stephens <allan.stephens@windriver.com>2011-04-08 10:59:04 -0400
committerPaul Gortmaker <paul.gortmaker@windriver.com>2011-05-10 16:03:44 -0400
commit19f53d2cef97506364638c647a3aa11291819896 (patch)
treea9025d16417159d3a662ca1dd39af8a78a020c10 /net/tipc
parentcc4c4353f0ebde05992bf360f16ec92260811393 (diff)
tipc: Eliminate unused routing message definitions
Gets rid of unused constants defining the types used in routing messages. These messages no longer exist in TIPC now that multicluster and multizone support has been eliminated. Signed-off-by: Allan Stephens <allan.stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'net/tipc')
-rw-r--r--net/tipc/msg.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/net/tipc/msg.h b/net/tipc/msg.h
index d098317a513..c5593ac3da9 100644
--- a/net/tipc/msg.h
+++ b/net/tipc/msg.h
@@ -741,15 +741,6 @@ static inline void msg_set_link_tolerance(struct tipc_msg *m, u32 n)
741#define ORIGINAL_MSG 1 741#define ORIGINAL_MSG 1
742 742
743/* 743/*
744 * Routing table message types
745 */
746#define EXT_ROUTING_TABLE 0
747#define LOCAL_ROUTING_TABLE 1 /* obsoleted */
748#define SLAVE_ROUTING_TABLE 2
749#define ROUTE_ADDITION 3
750#define ROUTE_REMOVAL 4
751
752/*
753 * Config protocol message types 744 * Config protocol message types
754 */ 745 */
755 746