From: Yehuda Sadeh Date: Wed, 2 Oct 2013 23:34:40 +0000 (-0700) Subject: rgw: init RGWBucketStats X-Git-Tag: v0.72-rc1~65^2~15 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=80659ccea852769ddeabb2ecb34bf6328e2428f5;p=ceph.git rgw: init RGWBucketStats Signed-off-by: Yehuda Sadeh --- diff --git a/src/rgw/rgw_common.h b/src/rgw/rgw_common.h index f27a9c8348ac..baf60001a8bb 100644 --- a/src/rgw/rgw_common.h +++ b/src/rgw/rgw_common.h @@ -770,6 +770,8 @@ struct RGWBucketStats uint64_t num_kb; uint64_t num_kb_rounded; uint64_t num_objects; + + RGWBucketStats() : num_kb(0), num_kb_rounded(0), num_objects(0) {} }; struct req_state;