projects
/
awesomized
/
libmemcached
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
cc427213b0dfb0a2d28096332a7288eff42718be
[awesomized/libmemcached]
/
src
/
client_options.h
1
typedef
enum
{
2
OPT_SERVERS
=
's'
,
3
OPT_VERSION
=
'V'
,
4
OPT_HELP
=
'h'
,
5
OPT_VERBOSE
=
'v'
,
6
OPT_DEBUG
=
'd'
,
7
OPT_FLAG
=
257
,
8
OPT_EXPIRE
,
9
OPT_SET
,
10
OPT_REPLACE
,
11
OPT_ADD
,
12
OPT_SLAP_DEFAULT_PAIRS
,
13
}
memcached_options
;