mirror of
https://github.com/ceph/ceph
synced 2025-02-23 11:07:35 +00:00
test/encoding/types.h: Adjusting src/rgw entries
This patch is about: - Adding the missing headers from src/rgw - 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>
This commit is contained in:
parent
e4e22b6b3f
commit
ef3b57cd89
@ -337,13 +337,13 @@ TYPE(rbd::mirror::image_map::PolicyData)
|
||||
#ifdef WITH_RADOSGW
|
||||
|
||||
#include "rgw/rgw_rados.h"
|
||||
TYPE(RGWOLHInfo)
|
||||
TYPE(RGWObjManifestPart)
|
||||
TYPE(RGWObjManifest)
|
||||
TYPE(RGWOLHInfo)
|
||||
TYPE(RGWZoneGroup)
|
||||
TYPE(RGWZoneParams)
|
||||
TYPE(RGWZone)
|
||||
TYPE(RGWZoneParams)
|
||||
|
||||
TYPE(RGWZoneGroup)
|
||||
|
||||
#include "rgw/rgw_acl.h"
|
||||
TYPE(ACLPermission)
|
||||
TYPE(ACLGranteeType)
|
||||
@ -443,7 +443,7 @@ TYPE(rgw_obj)
|
||||
#include "rgw/rgw_log.h"
|
||||
TYPE(rgw_log_entry)
|
||||
|
||||
#include "rgw/rgw_sync.h"
|
||||
#include "rgw/rgw_meta_sync_status.h"
|
||||
TYPE(rgw_meta_sync_info)
|
||||
TYPE(rgw_meta_sync_marker)
|
||||
TYPE(rgw_meta_sync_status)
|
||||
|
Loading…
Reference in New Issue
Block a user