Bugfix for memcached_connect() so that it will not always start up servers.
[awesomized/libmemcached] / include / memcached.h
index bef7e5d647da275b7fda627bb0f79e9740e017d5..48790ce8e28e4921b65015ffc1b94862a25e5655 100644 (file)
@@ -99,6 +99,7 @@ typedef enum {
 typedef enum {
   MEMCACHED_NOT_ALLOCATED,
   MEMCACHED_ALLOCATED,
+  MEMCACHED_USED,
 } memcached_allocated;
 
 struct memcached_server_st {