diff options
author | Basavanagowda Kanur <gowda@gluster.com> | 2009-02-27 00:36:23 +0530 |
---|---|---|
committer | Anand V. Avati <avati@amp.gluster.com> | 2009-02-27 01:37:08 +0530 |
commit | f097e77ffb386dc73e3639af4a9cd57df0d3d40d (patch) | |
tree | c8b3bf1d8148ec36aa9067e6d81b9ca6515ed1b3 /libglusterfs/src/hashfn.h | |
parent | 3d8bc3cbafa84a46e43e46f69d3e7d617d746012 (diff) |
moved dht_hashfn_tea() to libglusterfs/hashfn.c as gf_dm_hashfn() (dm - davies-meyer).
moved dht_hashfn_tea() to libglusterfs/src/hashfn.c as gf_dm_hashfn().
Signed-off-by: Anand V. Avati <avati@amp.gluster.com>
Diffstat (limited to 'libglusterfs/src/hashfn.h')
-rw-r--r-- | libglusterfs/src/hashfn.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/hashfn.h b/libglusterfs/src/hashfn.h index 1eea181f2a4..92481126d2d 100644 --- a/libglusterfs/src/hashfn.h +++ b/libglusterfs/src/hashfn.h @@ -30,4 +30,6 @@ uint32_t SuperFastHash (const char * data, int32_t len); +uint32_t gf_dm_hashfn (const char *msg, int len); + #endif /* __HASHFN_H__ */ |