aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r--net/tipc/core.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h
index e4e46cd2d0e6..4c5705ac8a5a 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -74,17 +74,17 @@ int tipc_snprintf(char *buf, int len, const char *fmt, ...);
74/* 74/*
75 * Global configuration variables 75 * Global configuration variables
76 */ 76 */
77extern u32 tipc_own_addr; 77extern u32 tipc_own_addr __read_mostly;
78extern int tipc_max_ports; 78extern int tipc_max_ports __read_mostly;
79extern int tipc_max_subscriptions; 79extern int tipc_max_subscriptions;
80extern int tipc_max_publications; 80extern int tipc_max_publications;
81extern int tipc_net_id; 81extern int tipc_net_id __read_mostly;
82extern int tipc_remote_management; 82extern int tipc_remote_management __read_mostly;
83 83
84/* 84/*
85 * Other global variables 85 * Other global variables
86 */ 86 */
87extern int tipc_random; 87extern int tipc_random __read_mostly;
88 88
89/* 89/*
90 * Routines available to privileged subsystems 90 * Routines available to privileged subsystems