X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=libhashkit-1.0%2Ftypes.h;h=37c33eeb1c69dd9699e186759c28bc50aa88a39f;hb=4c1122cf139f7b073807f0a9187306518988a08f;hp=5a975375eb308b2f53b34808da973c9f1d5bebe9;hpb=9c93ec2ff2db02a85ec808947cb10b674c512d0c;p=awesomized%2Flibmemcached diff --git a/libhashkit-1.0/types.h b/libhashkit-1.0/types.h index 5a975375..37c33eeb 100644 --- a/libhashkit-1.0/types.h +++ b/libhashkit-1.0/types.h @@ -1,9 +1,9 @@ /* vim:expandtab:shiftwidth=2:tabstop=2:smarttab: * - * HashKit + * HashKit library * - * Copyright (C) 2011 Data Differential, http://datadifferential.com/ - * Copyright (C) 2009 Brian Aker All rights reserved. + * Copyright (C) 2011-2012 Data Differential, http://datadifferential.com/ + * Copyright (C) 2009-2010 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 @@ -68,6 +68,7 @@ typedef enum { HASHKIT_HASH_HSIEH, HASHKIT_HASH_MURMUR, HASHKIT_HASH_JENKINS, + HASHKIT_HASH_MURMUR3, HASHKIT_HASH_CUSTOM, HASHKIT_HASH_MAX } hashkit_hash_algorithm_t;