]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test_cls_rgw.c: Call to cls_rgw_bucket_complete_op() needs new parameter.
authorGary Lowell <glowell@inktank.com>
Thu, 29 Nov 2012 02:11:47 +0000 (18:11 -0800)
committerGary Lowell <glowell@inktank.com>
Thu, 29 Nov 2012 02:11:47 +0000 (18:11 -0800)
Signed-off-by: Gary Lowell <gary.lowell@inktank.com>
src/test/cls_rgw/test_cls_rgw.cc

index f38a6b5a4757106509068444e87daa610a80e2cb..8e0d23f3d35354eca8b96b2984044c3011087612 100644 (file)
@@ -84,7 +84,7 @@ void index_prepare(OpMgr& mgr, librados::IoCtx& ioctx, string& oid, int index_op
 void index_complete(OpMgr& mgr, librados::IoCtx& ioctx, string& oid, int index_op, string& tag, int epoch, string& obj, rgw_bucket_dir_entry_meta& meta)
 {
   ObjectWriteOperation *op = mgr.write_op();
-  cls_rgw_bucket_complete_op(*op, index_op, tag, epoch, obj, meta);
+  cls_rgw_bucket_complete_op(*op, index_op, tag, epoch, obj, meta, NULL);
   ASSERT_EQ(0, ioctx.operate(oid, op));
 }