From: Chen Yuanrun <114801934+chenyuanrun@users.noreply.github.com> Date: Thu, 25 May 2023 08:28:10 +0000 (+0000) Subject: tools/ceph-dencoder: Fix incorrect type define for trash_watcher X-Git-Tag: v19.0.0~1137^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F51749%2Fhead;p=ceph.git tools/ceph-dencoder: Fix incorrect type define for trash_watcher Signed-off-by: Chen Yuanrun Fixes: https://tracker.ceph.com/issues/61368 --- diff --git a/src/tools/ceph-dencoder/rbd_types.h b/src/tools/ceph-dencoder/rbd_types.h index 6fb84dea66ba..0f004e54ace4 100644 --- a/src/tools/ceph-dencoder/rbd_types.h +++ b/src/tools/ceph-dencoder/rbd_types.h @@ -6,7 +6,7 @@ TYPE(librbd::journal::TagData) #include "librbd/mirroring_watcher/Types.h" TYPE(librbd::mirroring_watcher::NotifyMessage) #include "librbd/trash_watcher/Types.h" -TYPE(librbd::mirroring_watcher::NotifyMessage) +TYPE(librbd::trash_watcher::NotifyMessage) #include "librbd/WatchNotifyTypes.h" TYPE_NOCOPY(librbd::watch_notify::NotifyMessage) TYPE(librbd::watch_notify::ResponseMessage)