From: Casey Bodley Date: Wed, 7 Sep 2022 18:15:02 +0000 (-0400) Subject: rgw: RGWRealm/Period/ZoneGroup/ZoneParams are fully public X-Git-Tag: v18.1.0~1101^2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9a7a7b78668489cb4ad3fd87d4f71136eec9194b;p=ceph.git rgw: RGWRealm/Period/ZoneGroup/ZoneParams are fully public Signed-off-by: Casey Bodley --- diff --git a/src/rgw/rgw_zone.h b/src/rgw/rgw_zone.h index b48750e759a6..38ee4265f4bf 100644 --- a/src/rgw/rgw_zone.h +++ b/src/rgw/rgw_zone.h @@ -79,7 +79,7 @@ class RGWSI_SysObj; class RGWSI_Zone; class RGWSystemMetaObj { -protected: +public: std::string id; std::string name; @@ -1095,6 +1095,7 @@ class RGWPeriod; class RGWRealm : public RGWSystemMetaObj { +public: std::string current_period; epoch_t epoch{0}; //< realm epoch, incremented for each new period @@ -1207,6 +1208,7 @@ WRITE_CLASS_ENCODER(RGWPeriodLatestEpochInfo) */ class RGWPeriod { +public: std::string id; //< a uuid epoch_t epoch{0}; std::string predecessor_uuid;