libmemcached: add MEMCACHED_BEHAVIOR_META_PROTOCOL
[awesomized/libmemcached] / src / libmemcached / memcached.cc
index 38e770bedd99f2ea9dd44d381f6f408238b1a74f..beccab2ec259963ba6eea2b0ca4cfcffc5dd546d 100644 (file)
@@ -1,6 +1,6 @@
 /*
     +--------------------------------------------------------------------+
-    | libmemcached - C/C++ Client Library for memcached                  |
+    | libmemcached-awesome - C/C++ Client Library for memcached          |
     +--------------------------------------------------------------------+
     | Redistribution and use in source and binary forms, with or without |
     | modification, are permitted under the terms of the BSD license.    |
@@ -26,6 +26,7 @@ static inline bool _memcached_init(Memcached *self) {
 
   self->flags.auto_eject_hosts = false;
   self->flags.binary_protocol = false;
+  self->flags.meta_protocol = false;
   self->flags.buffer_requests = false;
   self->flags.hash_with_namespace = false;
   self->flags.no_block = false;