]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_finisher.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / rgw / services / svc_finisher.h
index 346d0c3a6575c9c4bcad4e285963cc39a78bae3d..9ce22dbce4a5537cff06cb6eb5cf5d78d8c8bf57 100644 (file)
@@ -25,7 +25,7 @@ private:
 
 protected:
   void init() {}
-  int do_start() override;
+  int do_start(optional_yield y) override;
 
 public:
   RGWSI_Finisher(CephContext *cct): RGWServiceInstance(cct) {}