tipc: Split up unified structure of network-related variables
authorAllan Stephens <allan.stephens@windriver.com>
Fri, 25 Feb 2011 15:01:58 +0000 (10:01 -0500)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Sun, 13 Mar 2011 20:35:17 +0000 (16:35 -0400)
commitd1bcb11544109114d72965afea7805cc3e16a83a
treeb530d264ec04c6ac8d61d2b9f44cf2ef07a66d86
parent9df3b7eb6ec1c7734482f782bf8335a2737c02f0
tipc: Split up unified structure of network-related variables

Converts the fields of the global "tipc_net" structure into individual
variables.  Since the struct was never referenced as a complete unit,
its existence was pointless.  This will facilitate upcoming changes to
TIPC's node table and simpify upcoming relocation of the variables so
they are only visible to the files that actually use them.

This change is essentially cosmetic in nature, and doesn't affect the
operation of TIPC.

Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/tipc/name_distr.c
net/tipc/net.c
net/tipc/net.h
net/tipc/node.c
net/tipc/node.h