From 992766d2bfa60239ed89575413a8e09a5d2a3a42 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 5 Jul 2022 14:59:07 +0000 Subject: [PATCH] tools/ceph-dencoder: add MMgrUpdate to ceph-dencoder tool Signed-off-by: Laura Flores (cherry picked from commit e2ddf9fea5f714f4934910cebef846f11e859f15) --- src/tools/ceph-dencoder/common_types.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tools/ceph-dencoder/common_types.h b/src/tools/ceph-dencoder/common_types.h index 1445580c2e4f..1eba16bb8e73 100644 --- a/src/tools/ceph-dencoder/common_types.h +++ b/src/tools/ceph-dencoder/common_types.h @@ -452,3 +452,6 @@ MESSAGE(MTimeCheck2) #include "messages/MWatchNotify.h" MESSAGE(MWatchNotify) + +#include "messages/MMgrUpdate.h" +MESSAGE(MMgrUpdate) -- 2.47.3