From: Yehuda Sadeh Date: Fri, 23 Sep 2011 05:30:54 +0000 (-0700) Subject: rgw: encode correct timestamp X-Git-Tag: v0.37~103^2~50^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=abdb3272fef22ac35ffe06efccc15d256f2dda53;p=ceph.git rgw: encode correct timestamp --- diff --git a/src/rgw/rgw_cls_api.h b/src/rgw/rgw_cls_api.h index 2abe943c1c810..5371e737eb803 100644 --- a/src/rgw/rgw_cls_api.h +++ b/src/rgw/rgw_cls_api.h @@ -26,6 +26,7 @@ struct rgw_bucket_pending_info { ::encode(struct_v, bl); uint8_t s = (uint8_t)state; ::encode(s, bl); + ::encode(timestamp, bl); ::encode(op, bl); } void decode(bufferlist::iterator &bl) {