Skip to content

Commit fdb533c

Browse files
committed
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 f9c935d ("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 <[email protected]>
2 parents a67c01e + eb929a9 commit fdb533c

File tree

10 files changed

+300
-243
lines changed

10 files changed

+300
-243
lines changed

include/uapi/linux/tipc.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,9 @@ static inline unsigned int tipc_node(__u32 addr)
117117
/*
118118
* Publication scopes when binding port names and port name sequences
119119
*/
120-
121-
#define TIPC_ZONE_SCOPE 1
122-
#define TIPC_CLUSTER_SCOPE 2
123-
#define TIPC_NODE_SCOPE 3
120+
#define TIPC_ZONE_SCOPE 1
121+
#define TIPC_CLUSTER_SCOPE 2
122+
#define TIPC_NODE_SCOPE 3
124123

125124
/*
126125
* Limiting values for messages

0 commit comments

Comments
 (0)