Fix problem where hostname would end up with trailing . and be accepted as
[awesomized/libmemcached] / libmemcached / behavior.h
index c5f855ee1fa24e4673bee4cb8aa21068ac6cd80f..1c8d42e235eed96e149bc426b45a49bbc932eb5d 100644 (file)
@@ -46,6 +46,9 @@ 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
 }
 #endif