diff options
| author | Allan Stephens <allan.stephens@windriver.com> | 2008-06-04 17:54:48 -0700 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2008-06-04 17:54:48 -0700 | 
| commit | 40aecb1b13f50d96616abb612c17e59457f54263 (patch) | |
| tree | 1c73be75d3bdcda30d2f90d5189bd57920188802 /net/tipc/bcast.c | |
| parent | 99c145939bc1f65f9b946f2b9dd7bfc1f44783d6 (diff) | |
tipc: Message rejection rework preparatory changes
This patch defines a few new message header manipulation routines,
and generalizes the usefulness of another, in preparation for upcoming
rework of TIPC's message rejection code.
Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/bcast.c')
| -rw-r--r-- | net/tipc/bcast.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/net/tipc/bcast.c b/net/tipc/bcast.c index 0052c0747d05..a5883b1452ff 100644 --- a/net/tipc/bcast.c +++ b/net/tipc/bcast.c @@ -571,7 +571,7 @@ static int tipc_bcbearer_send(struct sk_buff *buf,  		assert(tipc_cltr_bcast_nodes.count != 0);  		bcbuf_set_acks(buf, tipc_cltr_bcast_nodes.count);  		msg = buf_msg(buf); -		msg_set_non_seq(msg); +		msg_set_non_seq(msg, 1);  		msg_set_mc_netid(msg, tipc_net_id);  	} | 
