]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_config_key_rados.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / services / svc_config_key_rados.h
index 25fe4335f44a6d8b279b1d6b1504203649785aa9..d7997364fb64d7b6bb7a7faa41598de48829462e 100644 (file)
@@ -29,9 +29,9 @@ class RGWSI_RADOS;
 class RGWSI_ConfigKey_RADOS : public RGWSI_ConfigKey
 {
   bool maybe_insecure_mon_conn{false};
-  std::atomic_flag warned_insecure{ATOMIC_FLAG_INIT};
+  std::atomic_flag warned_insecure = ATOMIC_FLAG_INIT;
 
-  int do_start() override;
+  int do_start(optional_yield) override;
 
   void warn_if_insecure();