X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=a4f0f47fa29130cdd575f71c29d8b4da2be52e05;hb=bffba75d25150a0c08f37c759bad82ee90cf00f1;hp=33a0f81b6d25c48763f6e2f0cd765cff6fba8461;hpb=933e5a561b10c1450563f1421b83d72396b805d2;p=awesomized%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index 33a0f81b..a4f0f47f 100644 --- a/clients/client_options.h +++ b/clients/client_options.h @@ -9,6 +9,7 @@ typedef enum { OPT_HELP= 'h', OPT_VERBOSE= 'v', OPT_DEBUG= 'd', + OPT_ANALYZE= 'a', OPT_FLAG= 257, OPT_EXPIRE, OPT_SET, @@ -23,6 +24,7 @@ typedef enum { OPT_FLUSH, OPT_HASH, OPT_BINARY, + OPT_UDP } memcached_options; #endif /* CLIENT_OPTIONS */