From c31990d8912a7ac847632e7a78fa12b49309d38b Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Sun, 5 Oct 2025 17:19:04 +0530 Subject: [PATCH] ceph-dencoder: add `SnapRealmInfoNew` in ceph-dencoder types Signed-off-by: Venky Shankar --- src/tools/ceph-dencoder/common_types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/ceph-dencoder/common_types.h b/src/tools/ceph-dencoder/common_types.h index fc515183fd51..02e61d419a4b 100644 --- a/src/tools/ceph-dencoder/common_types.h +++ b/src/tools/ceph-dencoder/common_types.h @@ -74,6 +74,7 @@ TYPE(SloppyCRCMap) #include "common/snap_types.h" TYPE(SnapContext) TYPE(SnapRealmInfo) +TYPE(SnapRealmInfoNew) #include "msg/msg_types.h" TYPE(entity_name_t) -- 2.47.3