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: v16.2.11~348^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=992766d2bfa60239ed89575413a8e09a5d2a3a42;p=ceph.git tools/ceph-dencoder: add MMgrUpdate to ceph-dencoder tool Signed-off-by: Laura Flores (cherry picked from commit e2ddf9fea5f714f4934910cebef846f11e859f15) --- 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)