X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=clients%2Fclient_options.h;h=70329051038281b5fa9742b63b2d07afe8bdf955;hb=9835056a5f5240281d13505f1f6fb70085b257b9;hp=b7ba5a968c530bde344e5f4162a3878930f1ac43;hpb=26c1a71921b1468d56f6edaa7e6e3855ec1c879f;p=m6w6%2Flibmemcached diff --git a/clients/client_options.h b/clients/client_options.h index b7ba5a96..70329051 100644 --- a/clients/client_options.h +++ b/clients/client_options.h @@ -1,3 +1,14 @@ +/* LibMemcached + * Copyright (C) 2006-2009 Brian Aker + * All rights reserved. + * + * Use and distribution licensed under the BSD license. See + * the COPYING file in the parent directory for full text. + * + * Summary: + * + */ + #ifndef __CLIENT_OPTIONS_H__ #define __CLIENT_OPTIONS_H__ @@ -9,6 +20,7 @@ typedef enum { OPT_HELP= 'h', OPT_VERBOSE= 'v', OPT_DEBUG= 'd', + OPT_ANALYZE= 'a', OPT_FLAG= 257, OPT_EXPIRE, OPT_SET, @@ -22,6 +34,12 @@ typedef enum { OPT_SLAP_TCP_NODELAY, OPT_FLUSH, OPT_HASH, + OPT_BINARY, + OPT_UDP, + OPT_USERNAME, + OPT_PASSWD, + OPT_STAT_ARGS, + OPT_FILE= 'f' } memcached_options; #endif /* CLIENT_OPTIONS */