From e10bcb6905b7e4da4b3a04307d3a2b546da6d5b1 Mon Sep 17 00:00:00 2001 From: Chen Yuanrun <114801934+chenyuanrun@users.noreply.github.com> Date: Thu, 25 May 2023 08:28:10 +0000 Subject: [PATCH] tools/ceph-dencoder: Fix incorrect type define for trash_watcher Signed-off-by: Chen Yuanrun Fixes: https://tracker.ceph.com/issues/61368 --- src/tools/ceph-dencoder/rbd_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/ceph-dencoder/rbd_types.h b/src/tools/ceph-dencoder/rbd_types.h index 6fb84dea66b..0f004e54ace 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) -- 2.39.5