Added full support for custom hash functions.
[awesomized/libmemcached] / libhashkit / murmur.c
index cd5e6419ab001c5cfdd3800e118e723585c8355b..a18ac403c9b716ef7f4879748b7c63994f643f4a 100644 (file)
@@ -17,7 +17,7 @@
 
 #include "common.h"
 
-uint32_t hashkit_murmur(const char *key, size_t length)
+uint32_t hashkit_murmur(const char *key, size_t length, void *context __attribute__((unused)))
 {
   /* 
     'm' and 'r' are mixing constants generated offline.  They're not