]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MOSDPGLog.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / messages / MOSDPGLog.h
index 0fdc65862a7ea6ec096bf69fba791ff946205f36..fc3b9174d485d6902ce91f2061f3d4335e26f432 100644 (file)
@@ -19,7 +19,7 @@
 #include "messages/MOSDPeeringOp.h"
 #include "osd/PGPeeringEvent.h"
 
-class MOSDPGLog : public MOSDPeeringOp {
+class MOSDPGLog final : public MOSDPeeringOp {
 private:
   static constexpr int HEAD_VERSION = 6;
   static constexpr int COMPAT_VERSION = 5;
@@ -81,7 +81,7 @@ public:
   }
 
 private:
-  ~MOSDPGLog() override {}
+  ~MOSDPGLog() final {}
 
 public:
   std::string_view get_type_name() const override { return "PGlog"; }