From: Erwan Velu Date: Mon, 11 Jun 2018 14:22:05 +0000 (+0200) Subject: test/encoding/types.h: Adjusting src/cls entries X-Git-Tag: v14.0.1~1127^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5df434b4e5d409cc0c9d85ad2044e950f43b7489;p=ceph.git test/encoding/types.h: Adjusting src/cls entries This patch is about: - Adding the missing headers from src/cls - Adding the missing types from the existing headers - Ordering types to get them in the file's order (that's easier to update) Signed-off-by: Erwan Velu --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index a9da265d228b..a72fb366c3c8 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -363,6 +363,7 @@ TYPE(RGWLifecycleConfiguration) #include "cls/rgw/cls_rgw_types.h" TYPE(rgw_bucket_pending_info) TYPE(rgw_bucket_dir_entry_meta) +TYPE(rgw_bucket_entry_ver) TYPE(rgw_bucket_dir_entry) TYPE(rgw_bucket_category_stats) TYPE(rgw_bucket_dir_header) @@ -429,6 +430,7 @@ TYPE(cls_user_complete_stats_sync_op) TYPE(cls::journal::ObjectPosition) TYPE(cls::journal::ObjectSetPosition) TYPE(cls::journal::Client) +TYPE(cls::journal::Tag) #include "rgw/rgw_common.h" TYPE(RGWAccessKey) @@ -493,9 +495,9 @@ TYPE(cls_lock_set_cookie_op) #include "cls/refcount/cls_refcount_ops.h" TYPE(cls_refcount_get_op) TYPE(cls_refcount_put_op) +TYPE(cls_refcount_set_op) TYPE(cls_refcount_read_op) TYPE(cls_refcount_read_ret) -TYPE(cls_refcount_set_op) #include "journal/Entry.h" TYPE(journal::Entry)