ensure unique keys
[m6w6/libmemcached] / src / bin / memaslap.c
index dc4113502398322b803f3611a6985acc590e3318..c94ead2df39f2c60678cdf2ae3b73a4d158407c6 100644 (file)
 #include "ms_setting.h"
 #include "ms_thread.h"
 
+/* global structure */
+ms_global_t ms_global;
+
+/* global stats information structure */
+ms_stats_t ms_stats;
+
+/* global statistic structure */
+ms_statistic_t ms_statistic;
+
 #define PROGRAM_NAME    "memslap"
 #define PROGRAM_DESCRIPTION \
                         "Generates workload against memcached servers."