diff options
| author | David S. Miller <davem@davemloft.net> | 2018-01-09 20:35:59 +0300 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2018-01-09 20:35:59 +0300 |
| commit | fdb533c30496665775867fc9dabd83e8b0308822 (patch) | |
| tree | 9562eb2a8fc216296ce455d4b124ada6b13ca965 /include | |
| parent | a67c01e209356590f5ceaa8be454c6ab4b99c95b (diff) | |
| parent | eb929a91b213d2a72c5a8b4af9a1acf63bfb8287 (diff) | |
| download | linux-fdb533c30496665775867fc9dabd83e8b0308822.tar.xz | |
Merge branch 'tipc-improvements-to-group-messaging'
Jon Maloy says:
====================
tipc: improvements to group messaging
We make a number of simplifications and improvements to the group
messaging service. They aim at readability/maintainability of the code
as well as scalability.
The series is based on commit f9c935db8086 ("tipc: fix problems with
multipoint-to-point flow control) which has been applied to 'net' but
not yet to 'net-next'.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -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) /* * Publication scopes when binding port names and port name sequences */ - -#define TIPC_ZONE_SCOPE 1 -#define TIPC_CLUSTER_SCOPE 2 -#define TIPC_NODE_SCOPE 3 +#define TIPC_ZONE_SCOPE 1 +#define TIPC_CLUSTER_SCOPE 2 +#define TIPC_NODE_SCOPE 3 /* * Limiting values for messages |
