Fix problem where hostname would end up with trailing . and be accepted as
[m6w6/libmemcached] / libmemcached / behavior.h
index 1bc51b7d80465bbcdf957185ec24b06cb21cd11d..1c8d42e235eed96e149bc426b45a49bbc932eb5d 100644 (file)
@@ -40,6 +40,14 @@ memcached_return_t memcached_behavior_set_distribution_hash(memcached_st *ptr, m
 LIBMEMCACHED_API
 memcached_hash_t memcached_behavior_get_distribution_hash(memcached_st *ptr);
 
+LIBMEMCACHED_LOCAL
+bool _is_auto_eject_host(const memcached_st *ptr);
+
+LIBMEMCACHED_LOCAL
+  const char *libmemcached_string_behavior(const memcached_behavior_t flag);
+
+LIBMEMCACHED_LOCAL
+  const char *libmemcached_string_distribution(const memcached_server_distribution_t flag);
 
 #ifdef __cplusplus
 }