[TIPC]: Get rid of dynamically allocated arrays in broadcast code.
authorAllan Stephens <allan.stephens@windriver.com>
Mon, 26 Jun 2006 06:53:20 +0000 (23:53 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 26 Jun 2006 06:53:20 +0000 (23:53 -0700)
This change improves an earlier change which replaced the large local
variable arrays used during broadcasting with dynamically allocated arrays.
The temporary arrays are now incoprorated into the multicast link data
structure.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Per Liden <per.liden@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found