Merging, with changes, --file for memcat.
[awesomized/libmemcached] / libhashkit / ketama.c
index e56594cf7bff5411be46b0f07dab2ad866705645..a510e57ab1ea802026d185cfcde3693c1fec7633 100644 (file)
@@ -7,7 +7,9 @@
  */
 
 #include "common.h"
+#include <math.h>
 
+#if 0
 static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment)
 {
   unsigned char results[16];
@@ -159,3 +161,4 @@ int update_continuum(hashkit_st *hashkit)
 
   return 0;
 }
+#endif