X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit%2Fhas.cc;h=843e32e41e36f69b6b383af767360150d4794664;hb=330fec7545537270d974f4f2d9cfdc936273d895;hp=111e715319f5b64f984e7433c5cb52a0ab3652c7;hpb=b446f6c049da5f9c2516a19024c97a9951168c6a;p=awesomized%2Flibmemcached diff --git a/libhashkit/has.cc b/libhashkit/has.cc index 111e7153..843e32e4 100644 --- a/libhashkit/has.cc +++ b/libhashkit/has.cc @@ -1,8 +1,9 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * Libmemcached library + * HashKit library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ + * Copyright (C) 2009 Brian Aker All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are @@ -34,6 +35,7 @@ * */ + #include bool libhashkit_has_algorithm(const hashkit_hash_algorithm_t algo) @@ -55,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;