Updating test case such that we output version information and correctly set
[m6w6/libmemcached] / clients / client_options.h
index 9293b9cacafba3b252d41f9de1a2e914b9b4e622..70329051038281b5fa9742b63b2d07afe8bdf955 100644 (file)
@@ -37,7 +37,9 @@ typedef enum {
   OPT_BINARY,
   OPT_UDP,
   OPT_USERNAME,
-  OPT_PASSWD
+  OPT_PASSWD,
+  OPT_STAT_ARGS,
+  OPT_FILE= 'f'
 } memcached_options;
 
 #endif /* CLIENT_OPTIONS */