Cleanup internal naming convention.
[m6w6/libmemcached] / libmemcached / constants.h
index 976a31d8ada8b558a034f3f962b2288cd01d06aa..165745e75af99b1aa4fd508fc098ac6bbfefaca3 100644 (file)
@@ -53,6 +53,7 @@
 #define MEMCACHED_PREFIX_KEY_MAX_SIZE 128
 #define MEMCACHED_EXPIRATION_NOT_ADD 0xffffffffU
 #define MEMCACHED_VERSION_STRING_LENGTH 24
+#define MEMCACHED_MAXIMUM_INTEGER_DISPLAY_LENGTH 20
 
 
 enum memcached_server_distribution_t {
@@ -126,7 +127,8 @@ enum memcached_callback_t {
 #endif
   MEMCACHED_CALLBACK_GET_FAILURE = 7,
   MEMCACHED_CALLBACK_DELETE_TRIGGER = 8,
-  MEMCACHED_CALLBACK_MAX
+  MEMCACHED_CALLBACK_MAX,
+  MEMCACHED_CALLBACK_NAMESPACE= MEMCACHED_CALLBACK_PREFIX_KEY
 };
 
 #ifndef __cplusplus