summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/messages/MPing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/messages/MPing.h b/src/messages/MPing.h
index a065c69d349..1c0082ce93f 100644
--- a/src/messages/MPing.h
+++ b/src/messages/MPing.h
@@ -23,7 +23,10 @@
class MPing : public Message {
public:
MPing() : Message(CEPH_MSG_PING) {}
+private:
+ ~MPing() {}
+public:
void decode_payload() { }
void encode_payload() { }
const char *get_type_name() { return "ping"; }