]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_zone.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / rgw / services / svc_zone.h
index 00d4c0f4992e0f3ad37195b7a407770262b59b51..7b0a277c439fd5d6466c8bf7634675e040e18985 100644 (file)
@@ -103,6 +103,7 @@ public:
 
   bool zone_is_writeable();
   bool zone_syncs_from(const RGWZone& target_zone, const RGWZone& source_zone) const;
+  bool zone_syncs_from(const RGWZone& source_zone) const;
   bool get_redirect_zone_endpoint(std::string *endpoint);
   bool sync_module_supports_writes() const { return writeable_zone; }
   bool sync_module_exports_data() const { return exports_data; }