Adding support for libmemcached_ping().
[awesomized/libmemcached] / libmemcached / behavior.h
index 1bc51b7d80465bbcdf957185ec24b06cb21cd11d..39a430d7fa526f470476c14c38386c3fc18bf8cc 100644 (file)
@@ -40,6 +40,9 @@ 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);
+
 
 #ifdef __cplusplus
 }