aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/support/murmur_hash.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-08 15:50:45 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-08 15:50:45 -0800
commit4dfe317e5dc1c11688e8ab95c1a62c12553f43ad (patch)
tree30461dcf9f15a6e656440dcbc47302713741c111 /src/core/support/murmur_hash.h
parent8974a6681c430357632f5da4cc98f88ac46fe9e9 (diff)
parent7f34c783c4735ce16c22cd4c92d989d4bb0e2822 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'src/core/support/murmur_hash.h')
-rw-r--r--src/core/support/murmur_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/support/murmur_hash.h b/src/core/support/murmur_hash.h
index 343fcb99f7..0bf04f731a 100644
--- a/src/core/support/murmur_hash.h
+++ b/src/core/support/murmur_hash.h
@@ -39,6 +39,6 @@
#include <stddef.h>
/* compute the hash of key (length len) */
-gpr_uint32 gpr_murmur_hash3(const void *key, size_t len, gpr_uint32 seed);
+uint32_t gpr_murmur_hash3(const void *key, size_t len, uint32_t seed);
#endif /* GRPC_INTERNAL_CORE_SUPPORT_MURMUR_HASH_H */