X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fketama.c;h=a510e57ab1ea802026d185cfcde3693c1fec7633;hb=c52c930e6cb28a0c48c63992135691111fd9f779;hp=502b1c74ed405325cf4cd3013e9d549cb59a3adf;hpb=3928e14fbe1ed17cefe9bdbbb282fb7ecf053e7a;p=m6w6%2Flibmemcached diff --git a/libhashkit/ketama.c b/libhashkit/ketama.c index 502b1c74..a510e57a 100644 --- a/libhashkit/ketama.c +++ b/libhashkit/ketama.c @@ -6,9 +6,10 @@ * the COPYING file in the parent directory for full text. */ -#include #include "common.h" +#include +#if 0 static uint32_t ketama_server_hash(const char *key, unsigned int key_length, int alignment) { unsigned char results[16]; @@ -160,3 +161,4 @@ int update_continuum(hashkit_st *hashkit) return 0; } +#endif