diff options
Diffstat (limited to 'include/uapi/linux/tipc.h')
-rw-r--r-- | include/uapi/linux/tipc.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/uapi/linux/tipc.h b/include/uapi/linux/tipc.h index 35f79d1f8c3a..14bacc7e6cef 100644 --- a/include/uapi/linux/tipc.h +++ b/include/uapi/linux/tipc.h | |||
@@ -117,10 +117,9 @@ static inline unsigned int tipc_node(__u32 addr) | |||
117 | /* | 117 | /* |
118 | * Publication scopes when binding port names and port name sequences | 118 | * Publication scopes when binding port names and port name sequences |
119 | */ | 119 | */ |
120 | 120 | #define TIPC_ZONE_SCOPE 1 | |
121 | #define TIPC_ZONE_SCOPE 1 | 121 | #define TIPC_CLUSTER_SCOPE 2 |
122 | #define TIPC_CLUSTER_SCOPE 2 | 122 | #define TIPC_NODE_SCOPE 3 |
123 | #define TIPC_NODE_SCOPE 3 | ||
124 | 123 | ||
125 | /* | 124 | /* |
126 | * Limiting values for messages | 125 | * Limiting values for messages |