diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index 18237684ffc4..8264b3d97dc4 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -45,10 +45,11 @@ | |||
45 | /* Optional capabilities supported by this code version | 45 | /* Optional capabilities supported by this code version |
46 | */ | 46 | */ |
47 | enum { | 47 | enum { |
48 | TIPC_BCAST_SYNCH = (1 << 1) | 48 | TIPC_BCAST_SYNCH = (1 << 1), |
49 | TIPC_BLOCK_FLOWCTL = (2 << 1) | ||
49 | }; | 50 | }; |
50 | 51 | ||
51 | #define TIPC_NODE_CAPABILITIES TIPC_BCAST_SYNCH | 52 | #define TIPC_NODE_CAPABILITIES (TIPC_BCAST_SYNCH | TIPC_BLOCK_FLOWCTL) |
52 | #define INVALID_BEARER_ID -1 | 53 | #define INVALID_BEARER_ID -1 |
53 | 54 | ||
54 | void tipc_node_stop(struct net *net); | 55 | void tipc_node_stop(struct net *net); |