Added/restructured all additional hostname information
[m6w6/libmemcached] / src / client_options.h
index 6dd4313573d0012a875be531957b9d1b833e0e47..cc427213b0dfb0a2d28096332a7288eff42718be 100644 (file)
@@ -1,12 +1,13 @@
 typedef enum {
-  OPT_SERVERS= 1,
-  OPT_VERSION,
-  OPT_HELP,
-  OPT_VERBOSE,
-  OPT_DEBUG,
-  OPT_FLAG,
+  OPT_SERVERS= 's',
+  OPT_VERSION= 'V',
+  OPT_HELP= 'h',
+  OPT_VERBOSE= 'v',
+  OPT_DEBUG= 'd',
+  OPT_FLAG= 257,
   OPT_EXPIRE,
   OPT_SET,
   OPT_REPLACE,
   OPT_ADD,
+  OPT_SLAP_DEFAULT_PAIRS,
 } memcached_options;