]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
dencoder: include some missed types
authorGreg Farnum <gfarnum@redhat.com>
Fri, 26 Apr 2019 04:25:03 +0000 (21:25 -0700)
committerGreg Farnum <gfarnum@redhat.com>
Fri, 26 Apr 2019 08:34:36 +0000 (01:34 -0700)
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
src/tools/ceph-dencoder/types.h

index d6707394b58ba6014b06b65fbd5883625872e3ce..f43bcdf3d763df0b0736f9786d26d8c2b39ec443 100644 (file)
@@ -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)