]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/messages/MAuth.h
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / messages / MAuth.h
index c7067859c2568ab9e9a4bd03685a21355e5fba87..8e066a3cf51a5a5ea4e28f1c69448e1c88d19650 100644 (file)
@@ -23,7 +23,7 @@
 #include "msg/MessageRef.h"
 #include "messages/PaxosServiceMessage.h"
 
-class MAuth : public PaxosServiceMessage {
+class MAuth final : public PaxosServiceMessage {
 public:
   __u32 protocol;
   ceph::buffer::list auth_payload;
@@ -33,7 +33,7 @@ public:
 
   MAuth() : PaxosServiceMessage{CEPH_MSG_AUTH, 0}, protocol(0), monmap_epoch(0) { }
 private:
-  ~MAuth() override {}
+  ~MAuth() final {}
 
 public:
   std::string_view get_type_name() const override { return "auth"; }