]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tools/ceph-dencoder: add MMgrUpdate to ceph-dencoder tool 46838/head
authorLaura Flores <lflores@redhat.com>
Tue, 5 Jul 2022 14:59:07 +0000 (14:59 +0000)
committerLaura Flores <lflores@redhat.com>
Tue, 5 Jul 2022 14:59:07 +0000 (14:59 +0000)
Signed-off-by: Laura Flores <lflores@redhat.com>
src/tools/ceph-dencoder/common_types.h

index 543336a7ef712900c2099e410a2e15da07e50b7f..36ad6ee23206dac37ffb1211b4ff0ef262139b8a 100644 (file)
@@ -455,3 +455,6 @@ MESSAGE(MTimeCheck2)
 
 #include "messages/MWatchNotify.h"
 MESSAGE(MWatchNotify)
+
+#include "messages/MMgrUpdate.h" 
+MESSAGE(MMgrUpdate)