Added MD5 hashing scheme. Refactored code to allow for more hashing types.
[awesomized/libmemcached] / src / client_options.h
index 8bce24ef23c45558654c45d713ff7b76df58c90d..03eac3cc4cdcd991ce101161b10c179005ddff79 100644 (file)
@@ -14,4 +14,6 @@ typedef enum {
   OPT_SLAP_TEST,
   OPT_SLAP_CONCURRENCY,
   OPT_SLAP_NON_BLOCK,
+  OPT_SLAP_TCP_NODELAY,
+  OPT_FLUSH,
 } memcached_options;