X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fms_setting.h;h=f558dd32fe837214b7971d8c0a51803a0f80782c;hb=cc097580e5e0af9ea2626e110ae418f81b8af7a8;hp=7d31532c8b5ea7a8590de1402bcc82112724f711;hpb=ad624f93ee91351c4f3839ca0dc1a9981644d391;p=awesomized%2Flibmemcached diff --git a/clients/ms_setting.h b/clients/ms_setting.h index 7d31532c..f558dd32 100644 --- a/clients/ms_setting.h +++ b/clients/ms_setting.h @@ -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 */