]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7957a7c9291b6ac0443601188006f18e316bef03
tree4f955e6fa50ac93de90a496749aea82b4411746a
parentf93f6fc7731c2f6741b3f4efa121f4489e014823
tipc: Clean up tracking of node requesting a broadcast retransmit

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