Merge Thomason's cork patch.
[awesomized/libmemcached] / clients / ms_setting.h
index 7d31532c8b5ea7a8590de1402bcc82112724f711..f558dd32fe837214b7971d8c0a51803a0f80782c 100644 (file)
@@ -112,7 +112,7 @@ typedef struct setting
 {
   int ncpu;                             /* cpu count of this system */
   int nthreads;                         /* total thread count, must equal or less than cpu cores */
-  int nconns;                      /* total conn count, must multiply by total thread count */
+  uint32_t nconns;                      /* total conn count, must multiply by total thread count */
   int64_t exec_num;                     /* total execute number */
   int run_time;                         /* total run time */