Initial support for the binary protocol
[awesomized/libmemcached] / clients / client_options.h
index b7ba5a968c530bde344e5f4162a3878930f1ac43..33a0f81b6d25c48763f6e2f0cd765cff6fba8461 100644 (file)
@@ -22,6 +22,7 @@ typedef enum {
   OPT_SLAP_TCP_NODELAY,
   OPT_FLUSH,
   OPT_HASH,
+  OPT_BINARY,
 } memcached_options;
 
 #endif /* CLIENT_OPTIONS */