]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tools/ceph-dencoder: add MMgrUpdate to ceph-dencoder tool 47692/head
authorLaura Flores <lflores@redhat.com>
Tue, 5 Jul 2022 14:59:07 +0000 (14:59 +0000)
committerPrashant D <pdhange@redhat.com>
Fri, 19 Aug 2022 06:31:06 +0000 (02:31 -0400)
Signed-off-by: Laura Flores <lflores@redhat.com>
(cherry picked from commit e2ddf9fea5f714f4934910cebef846f11e859f15)

src/tools/ceph-dencoder/common_types.h

index 1445580c2e4f5d5e6eef46773c77eee200a1d96a..1eba16bb8e73050026254ea8ffc1dd1c84ac7110 100644 (file)
@@ -452,3 +452,6 @@ MESSAGE(MTimeCheck2)
 
 #include "messages/MWatchNotify.h"
 MESSAGE(MWatchNotify)
+
+#include "messages/MMgrUpdate.h" 
+MESSAGE(MMgrUpdate)