]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MStatfs.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / messages / MStatfs.h
index bb5810fd0a80ce10f1b6fac1bb87b9619504abf0..41b236a9eeea6d792adf81ce88dfa01e710b1c6e 100644 (file)
@@ -19,7 +19,7 @@
 #include <sys/statvfs.h>    /* or <sys/statfs.h> */
 #include "messages/PaxosServiceMessage.h"
 
-class MStatfs : public PaxosServiceMessage {
+class MStatfs final : public PaxosServiceMessage {
 private:
   static constexpr int HEAD_VERSION = 2;
   static constexpr int COMPAT_VERSION = 1;
@@ -37,7 +37,7 @@ public:
   }
 
 private:
-  ~MStatfs() override {}
+  ~MStatfs() final {}
 
 public:
   std::string_view get_type_name() const override { return "statfs"; }