]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
rgw: encode correct timestamp
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Fri, 23 Sep 2011 05:30:54 +0000 (22:30 -0700)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Fri, 23 Sep 2011 05:30:54 +0000 (22:30 -0700)
src/rgw/rgw_cls_api.h

index 2abe943c1c8107cd9d15bef612d6bf388e6b321a..5371e737eb803ae2f55c52b000127c867d806fd3 100644 (file)
@@ -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) {