From b98e6e643d3666548d64e06ef7b84d1d14a18d04 Mon Sep 17 00:00:00 2001 From: xie xingguo Date: Tue, 12 Apr 2016 16:19:27 +0800 Subject: [PATCH] common: fix constructer member type of hobject mismatch Signed-off-by: xie xingguo --- src/common/hobject.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/hobject.h b/src/common/hobject.h index 0cc96fb36700..d295cf7b60ba 100644 --- a/src/common/hobject.h +++ b/src/common/hobject.h @@ -92,7 +92,7 @@ public: build_hash_cache(); } - hobject_t(object_t oid, const string& key, snapid_t snap, uint64_t hash, + hobject_t(object_t oid, const string& key, snapid_t snap, uint32_t hash, int64_t pool, string nspace) : oid(oid), snap(snap), hash(hash), max(false), pool(pool), nspace(nspace), -- 2.47.3