From: Venky Shankar Date: Sun, 5 Oct 2025 11:49:04 +0000 (+0530) Subject: ceph-dencoder: add `SnapRealmInfoNew` in ceph-dencoder types X-Git-Tag: testing/wip-vshankar-testing-20251006.164650-debug^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=c31990d8912a7ac847632e7a78fa12b49309d38b;p=ceph-ci.git ceph-dencoder: add `SnapRealmInfoNew` in ceph-dencoder types Signed-off-by: Venky Shankar --- diff --git a/src/tools/ceph-dencoder/common_types.h b/src/tools/ceph-dencoder/common_types.h index fc515183fd5..02e61d419a4 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)