|
@@ -116,7 +116,7 @@
|
|
|
*/
|
|
*/
|
|
|
|
|
|
|
|
DEFINE_RWLOCK(tipc_net_lock);
|
|
DEFINE_RWLOCK(tipc_net_lock);
|
|
|
-struct _zone *tipc_zones[256] = { NULL, };
|
|
|
|
|
|
|
+static struct _zone *tipc_zones[256] = { NULL, };
|
|
|
struct network tipc_net = { tipc_zones };
|
|
struct network tipc_net = { tipc_zones };
|
|
|
|
|
|
|
|
struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref)
|
|
struct tipc_node *tipc_net_select_remote_node(u32 addr, u32 ref)
|