Patch by Marc Rossi to add --hash to command line tools.
[awesomized/libmemcached] / src / client_options.h
index 204135aa8097445bbae63e735c29cd1f80c7b198..b7ba5a968c530bde344e5f4162a3878930f1ac43 100644 (file)
@@ -1,3 +1,8 @@
+#ifndef __CLIENT_OPTIONS_H__
+#define __CLIENT_OPTIONS_H__
+
+typedef struct memcached_help_text_st memcached_help_text_st;
+
 typedef enum {
   OPT_SERVERS= 's',
   OPT_VERSION= 'V',
@@ -9,4 +14,14 @@ typedef enum {
   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,
+  OPT_HASH,
 } memcached_options;
+
+#endif /* CLIENT_OPTIONS */