Add support for murmur3
[m6w6/libmemcached] / libhashkit / has.cc
index 2230a56a73f8d88d5f1fbefecc009a91ae1a353d..843e32e41e36f69b6b383af767360150d4794664 100644 (file)
@@ -57,6 +57,7 @@ bool libhashkit_has_algorithm(const hashkit_hash_algorithm_t algo)
     return false;
 #endif
 
+  case HASHKIT_HASH_MURMUR3:
   case HASHKIT_HASH_MURMUR:
 #ifdef HAVE_MURMUR_HASH
     return true;