]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/encoding/types.h: Adjusting src/cls entries
authorErwan Velu <erwan@redhat.com>
Mon, 11 Jun 2018 14:22:05 +0000 (16:22 +0200)
committerErwan Velu <erwan@redhat.com>
Tue, 12 Jun 2018 15:30:58 +0000 (17:30 +0200)
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 <erwan@redhat.com>
src/test/encoding/types.h

index a9da265d228bdce1218bdd9dc488d578388efde9..a72fb366c3c8ed6e6a1b0e226bc0b22b99c05620 100644 (file)
@@ -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)