aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r--net/tipc/node.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h
index 4ce5e3a185c0..5fb38cf0bb5c 100644
--- a/net/tipc/node.h
+++ b/net/tipc/node.h
@@ -49,13 +49,14 @@ enum {
49 TIPC_BCAST_STATE_NACK = (1 << 2), 49 TIPC_BCAST_STATE_NACK = (1 << 2),
50 TIPC_BLOCK_FLOWCTL = (1 << 3), 50 TIPC_BLOCK_FLOWCTL = (1 << 3),
51 TIPC_BCAST_RCAST = (1 << 4), 51 TIPC_BCAST_RCAST = (1 << 4),
52 TIPC_MCAST_GROUPS = (1 << 5) 52 TIPC_NODE_ID32 = (1 << 5)
53}; 53};
54 54
55#define TIPC_NODE_CAPABILITIES (TIPC_BCAST_SYNCH | \ 55#define TIPC_NODE_CAPABILITIES (TIPC_BCAST_SYNCH | \
56 TIPC_BCAST_STATE_NACK | \ 56 TIPC_BCAST_STATE_NACK | \
57 TIPC_BCAST_RCAST | \ 57 TIPC_BCAST_RCAST | \
58 TIPC_BLOCK_FLOWCTL) 58 TIPC_BLOCK_FLOWCTL | \
59 TIPC_NODE_ID32)
59#define INVALID_BEARER_ID -1 60#define INVALID_BEARER_ID -1
60 61
61void tipc_node_stop(struct net *net); 62void tipc_node_stop(struct net *net);