From abdb3272fef22ac35ffe06efccc15d256f2dda53 Mon Sep 17 00:00:00 2001 From: Yehuda Sadeh Date: Thu, 22 Sep 2011 22:30:54 -0700 Subject: [PATCH] rgw: encode correct timestamp --- src/rgw/rgw_cls_api.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rgw/rgw_cls_api.h b/src/rgw/rgw_cls_api.h index 2abe943c1c8..5371e737eb8 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) { -- 2.47.3