Made clear HUGE and SMALL should not be used.
author <brian@gir.local> <>
Sun, 13 Jan 2008 23:41:50 +0000 (18:41 -0500)
committer <brian@gir.local> <>
Sun, 13 Jan 2008 23:41:50 +0000 (18:41 -0500)
include/memcached.h

index d73a16be805cef9e972538d980893ed68b041ad9..bff81a61d376445cb68747b1fb32d7d985113186 100644 (file)
@@ -25,11 +25,13 @@ typedef struct memcached_result_st memcached_result_st;
 typedef struct memcached_string_st memcached_string_st;
 typedef struct memcached_server_st memcached_server_st;
 
+/* These are Private and should not be used by applications */
+#define SMALL_STRING_LEN 1024
+#define HUGE_STRING_LEN 8196
+
 #define MEMCACHED_VERSION_STRING 12
 #define MEMCACHED_DEFAULT_PORT 11211
 #define MEMCACHED_DEFAULT_COMMAND_SIZE 350
-#define SMALL_STRING_LEN 1024
-#define HUGE_STRING_LEN 8196
 #define MEMCACHED_MAX_KEY 251 /* We add one to have it null terminated */
 #define MEMCACHED_MAX_BUFFER HUGE_STRING_LEN
 #define MEMCACHED_MAX_HOST_LENGTH 64