]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/crimson/osd/watch.h
update ceph source to reef 18.2.1
[ceph.git] / ceph / src / crimson / osd / watch.h
index 0f7c9df544ac6bee8eb3eb1a6961a350cbcf1667..b3982141d86e82da02cd51740fad8ee81f275709 100644 (file)
@@ -140,6 +140,8 @@ class Notify : public seastar::enable_shared_from_this<Notify> {
     [this] { do_notify_timeout(); }
   };
 
+  ~Notify();
+
   /// (gid,cookie) -> reply_bl for everyone who acked the notify
   std::multiset<notify_reply_t> notify_replies;