diff options
Diffstat (limited to 'src/rgw/rgw_zone.h')
-rw-r--r-- | src/rgw/rgw_zone.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rgw/rgw_zone.h b/src/rgw/rgw_zone.h index a84d492e1f5..9e89cbf150a 100644 --- a/src/rgw/rgw_zone.h +++ b/src/rgw/rgw_zone.h @@ -1271,6 +1271,7 @@ public: const rgw_zone_id& get_master_zone() const { return master_zone; } const std::string& get_master_zonegroup() const { return master_zonegroup; } const std::string& get_realm() const { return realm_id; } + const std::string& get_realm_name() const { return realm_name; } const RGWPeriodMap& get_map() const { return period_map; } RGWPeriodConfig& get_config() { return period_config; } const RGWPeriodConfig& get_config() const { return period_config; } |