core.h (08c80e9a031df0a8f0269477a32f5eae47d7a146) core.h (8f92df6ad49da958d97e171762d0a97a3dc738f1)
1/*
2 * net/tipc/core.h: Include file for TIPC global declarations
3 *
4 * Copyright (c) 2005-2006, Ericsson AB
5 * Copyright (c) 2005-2007, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 170 unchanged lines hidden (view full) ---

179#define TIPC_NODE_MODE 1
180#define TIPC_NET_MODE 2
181
182/*
183 * Global configuration variables
184 */
185
186extern u32 tipc_own_addr;
1/*
2 * net/tipc/core.h: Include file for TIPC global declarations
3 *
4 * Copyright (c) 2005-2006, Ericsson AB
5 * Copyright (c) 2005-2007, Wind River Systems
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 170 unchanged lines hidden (view full) ---

179#define TIPC_NODE_MODE 1
180#define TIPC_NET_MODE 2
181
182/*
183 * Global configuration variables
184 */
185
186extern u32 tipc_own_addr;
187extern int tipc_max_clusters;
188extern int tipc_max_nodes;
189extern int tipc_max_ports;
190extern int tipc_max_subscriptions;
191extern int tipc_max_publications;
192extern int tipc_net_id;
193extern int tipc_remote_management;
194
195/*

--- 161 unchanged lines hidden ---
187extern int tipc_max_nodes;
188extern int tipc_max_ports;
189extern int tipc_max_subscriptions;
190extern int tipc_max_publications;
191extern int tipc_net_id;
192extern int tipc_remote_management;
193
194/*

--- 161 unchanged lines hidden ---