X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fhas.cc;h=843e32e41e36f69b6b383af767360150d4794664;hb=701592b9754d2ace633882791c755826e3a8af68;hp=2230a56a73f8d88d5f1fbefecc009a91ae1a353d;hpb=3347080c209fd333955a73b2798be4f98b84d27f;p=awesomized%2Flibmemcached diff --git a/libhashkit/has.cc b/libhashkit/has.cc index 2230a56a..843e32e4 100644 --- a/libhashkit/has.cc +++ b/libhashkit/has.cc @@ -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;