From: Laura Flores Date: Tue, 5 Jul 2022 14:59:07 +0000 (+0000) Subject: tools/ceph-dencoder: add MMgrUpdate to ceph-dencoder tool X-Git-Tag: v18.0.0~351^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=e2ddf9fea5f714f4934910cebef846f11e859f15;p=ceph.git tools/ceph-dencoder: add MMgrUpdate to ceph-dencoder tool Signed-off-by: Laura Flores --- diff --git a/src/tools/ceph-dencoder/common_types.h b/src/tools/ceph-dencoder/common_types.h index 543336a7ef712..36ad6ee23206d 100644 --- a/src/tools/ceph-dencoder/common_types.h +++ b/src/tools/ceph-dencoder/common_types.h @@ -455,3 +455,6 @@ MESSAGE(MTimeCheck2) #include "messages/MWatchNotify.h" MESSAGE(MWatchNotify) + +#include "messages/MMgrUpdate.h" +MESSAGE(MMgrUpdate)