Jon Paul Maloy 9d13ec65ed tipc: introduce link entry structure to struct tipc_node
struct 'tipc_node' currently contains two arrays for link attributes,
one for the link pointers, and one for the usable link MTUs.

We now group those into a new struct 'tipc_link_entry', and intoduce
one single array consisting of such enties. Apart from being a cosmetic
improvement, this is a starting point for the strict master-slave
relation between node and link that we will introduce in the following
commits.

Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-07-20 20:41:14 -07:00
..
2015-05-14 12:24:45 -04:00
2015-05-14 12:24:45 -04:00
2015-05-14 12:24:45 -04:00
2015-03-05 22:08:42 -05:00
2015-03-05 22:08:42 -05:00
2015-05-14 12:24:45 -04:00
2015-03-17 22:11:26 -04:00