mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 07:16:43 +07:00
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>
This commit is contained in:
parent
cc4c4353f0
commit
19f53d2cef
@ -740,15 +740,6 @@ static inline void msg_set_link_tolerance(struct tipc_msg *m, u32 n)
|
||||
#define DUPLICATE_MSG 0
|
||||
#define ORIGINAL_MSG 1
|
||||
|
||||
/*
|
||||
* Routing table message types
|
||||
*/
|
||||
#define EXT_ROUTING_TABLE 0
|
||||
#define LOCAL_ROUTING_TABLE 1 /* obsoleted */
|
||||
#define SLAVE_ROUTING_TABLE 2
|
||||
#define ROUTE_ADDITION 3
|
||||
#define ROUTE_REMOVAL 4
|
||||
|
||||
/*
|
||||
* Config protocol message types
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user