tipc: Clean up tracking of node requesting a broadcast retransmit
authorAllan Stephens <Allan.Stephens@windriver.com>
Tue, 18 Jan 2011 18:53:16 +0000 (13:53 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Wed, 23 Feb 2011 23:05:12 +0000 (18:05 -0500)
Allows the broadcast link to track the node that is requesting a retransmit
in a new field dedicated to that purpose. This replaces the existing
mechanism that (ab)uses an existing node structure linked list field to do
the tracking.

Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/bcast.c
net/tipc/bcast.h
net/tipc/link.c

Simple merge
Simple merge
diff --cc net/tipc/link.c
Simple merge