diff options
Diffstat (limited to 'net/tipc/node.h')
-rw-r--r-- | net/tipc/node.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/net/tipc/node.h b/net/tipc/node.h index 344b3e7594fd..1465774ad726 100644 --- a/net/tipc/node.h +++ b/net/tipc/node.h | |||
@@ -62,6 +62,14 @@ enum { | |||
62 | TIPC_BCAST_RESET = (1 << 10) | 62 | TIPC_BCAST_RESET = (1 << 10) |
63 | }; | 63 | }; |
64 | 64 | ||
65 | /* Optional capabilities supported by this code version | ||
66 | */ | ||
67 | enum { | ||
68 | TIPC_BCAST_SYNCH = (1 << 1) | ||
69 | }; | ||
70 | |||
71 | #define TIPC_NODE_CAPABILITIES TIPC_BCAST_SYNCH | ||
72 | |||
65 | /** | 73 | /** |
66 | * struct tipc_node_bclink - TIPC node bclink structure | 74 | * struct tipc_node_bclink - TIPC node bclink structure |
67 | * @acked: sequence # of last outbound b'cast message acknowledged by node | 75 | * @acked: sequence # of last outbound b'cast message acknowledged by node |