Merge pull request #92 from gitter-badger/gitter-badge
[m6w6/libmemcached] / src / bin / ms_memslap.h
index 9575a8107f952f6315bdca4121982919d8edeb28..72af301af9d53eb1035f23a5051cb0b58871e235 100644 (file)
@@ -118,13 +118,13 @@ typedef struct global
 } ms_global_t;
 
 /* global structure */
-ms_global_t ms_global;
+extern ms_global_t ms_global;
 
 /* global stats information structure */
-ms_stats_t ms_stats;
+extern ms_stats_t ms_stats;
 
 /* global statistic structure */
-ms_statistic_t ms_statistic;
+extern ms_statistic_t ms_statistic;
 
 #ifdef __cplusplus
 }