From ed60e8ebe68631fa6d510848ce4fed22e1f0a904 Mon Sep 17 00:00:00 2001 From: Greg Farnum Date: Thu, 25 Apr 2019 21:25:03 -0700 Subject: [PATCH] dencoder: include some missed types Signed-off-by: Greg Farnum --- src/tools/ceph-dencoder/types.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/tools/ceph-dencoder/types.h b/src/tools/ceph-dencoder/types.h index d6707394b58..f43bcdf3d76 100644 --- a/src/tools/ceph-dencoder/types.h +++ b/src/tools/ceph-dencoder/types.h @@ -5,6 +5,12 @@ TYPE(real_time_wrapper) TYPE(coarse_real_time_wrapper) TYPE(timespan_wrapper) +#include "include/utime.h" +TYPE(utime_t) + +#include "include/uuid.h" +TYPE(uuid_d) + #include "sstring.h" TYPE(sstring_wrapper) @@ -98,6 +104,7 @@ TYPE(pg_create_t) TYPE(OSDSuperblock) TYPE(SnapSet) TYPE_FEATUREFUL(watch_info_t) +TYPE_FEATUREFUL(watch_item_t) TYPE(object_manifest_t) TYPE_FEATUREFUL(object_info_t) TYPE(SnapSet) -- 2.39.5