X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fmemaslap.c;h=8053775cb3bb6e4565636367c9290ac9a1504401;hb=9e4ae978d7d40c4f1c7d221c61a07a31a5e270d5;hp=37e93ec3f9efa3eb15c42ff6b6c0be402982062c;hpb=4e38a2eadb390c100cbc8e73bf257c49f6eeb7d8;p=m6w6%2Flibmemcached diff --git a/clients/memaslap.c b/clients/memaslap.c index 37e93ec3..8053775c 100644 --- a/clients/memaslap.c +++ b/clients/memaslap.c @@ -594,7 +594,7 @@ static void ms_options_parse(int argc, char *argv[]) break; case OPT_BINARY_PROTOCOL: /* --binary or -B */ - ms_setting.binary_prot= true; + ms_setting.binary_prot_= true; break; case OPT_TPS: /* --tps or -P */ @@ -800,7 +800,6 @@ static void ms_print_memslap_stats(struct timeval *start_time, /* the loop of the main thread, wait the work threads to complete */ static void ms_monitor_slap_mode() { - int second= 0; struct timeval start_time, end_time; /* Wait all the threads complete initialization. */ @@ -828,6 +827,7 @@ static void ms_monitor_slap_mode() /* running in "run time" mode, user specify run time */ if (ms_setting.run_time > 0) { + int second= 0; gettimeofday(&start_time, NULL); while (1) {