diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index 39ef54c1f2ad..898c22916984 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -47,11 +47,13 @@ | |||
47 | enum { | 47 | enum { |
48 | TIPC_BCAST_SYNCH = (1 << 1), | 48 | TIPC_BCAST_SYNCH = (1 << 1), |
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 | }; | 52 | }; |
52 | 53 | ||
53 | #define TIPC_NODE_CAPABILITIES (TIPC_BCAST_SYNCH | \ | 54 | #define TIPC_NODE_CAPABILITIES (TIPC_BCAST_SYNCH | \ |
54 | TIPC_BCAST_STATE_NACK | \ | 55 | TIPC_BCAST_STATE_NACK | \ |
56 | TIPC_BCAST_RCAST | \ | ||
55 | TIPC_BLOCK_FLOWCTL) | 57 | TIPC_BLOCK_FLOWCTL) |
56 | #define INVALID_BEARER_ID -1 | 58 | #define INVALID_BEARER_ID -1 |
57 | 59 | ||