Made the new memslap code build. Moved config.h include to the beginning of each...
[m6w6/libmemcached] / clients / ms_setting.h
index d08998c61ed3ded374744097a8e2811df07568e7..3cccc6ba654ae90b031ed26eaf128744651edd05 100644 (file)
@@ -156,9 +156,9 @@ typedef struct setting
   bool binary_prot;                     /* whether it use binary protocol */
   int expected_tps;                     /* expected throughput */
   int rep_write_srv;                    /* which servers are used to do replication writing */
-} ms_setting_t;
+} ms_setting_st;
 
-extern ms_setting_t ms_setting;
+extern ms_setting_st ms_setting;
 
 /* previous part of initialization of setting structure */
 void ms_setting_init_pre(void);