merge
[awesomized/libmemcached] / src / client_options.h
index 354b2736619c9b932541275dcc533dc8ca9dbb89..9242884e578e474f762fb2dd5d2476dda84005cc 100644 (file)
@@ -1,8 +1,26 @@
+#ifndef __CLIENT_OPTIONS_H__
+#define __CLIENT_OPTIONS_H__
+
+typedef struct memcached_help_text_st memcached_help_text_st;
+
 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_EXECUTE_NUMBER,
+  OPT_SLAP_INITIAL_LOAD,
+  OPT_SLAP_TEST,
+  OPT_SLAP_CONCURRENCY,
+  OPT_SLAP_NON_BLOCK,
+  OPT_SLAP_TCP_NODELAY,
+  OPT_FLUSH,
 } memcached_options;
+
+#endif /* CLIENT_OPTIONS */