Added MD5 hashing scheme. Refactored code to allow for more hashing types.
[awesomized/libmemcached] / src / client_options.h
index cc427213b0dfb0a2d28096332a7288eff42718be..03eac3cc4cdcd991ce101161b10c179005ddff79 100644 (file)
@@ -9,5 +9,11 @@ typedef enum {
   OPT_SET,
   OPT_REPLACE,
   OPT_ADD,
-  OPT_SLAP_DEFAULT_PAIRS,
+  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;