From 5c63d3c614189381cc169c64a3138c7abcb368c6 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Thu, 8 Oct 2015 13:26:42 -0400 Subject: [PATCH] ceph-dencoder: new rbd_replay trace file types Signed-off-by: Jason Dillaman (cherry picked from commit c2a83d0b518497dc8bcbbdea77b88febe52a3034) --- src/test/encoding/types.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 21eefe7402bcd..d425885f809c5 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -232,6 +232,10 @@ TYPE(EUpdate) TYPE(librbd::WatchNotify::NotifyMessage) TYPE(librbd::WatchNotify::ResponseMessage) +#include "rbd_replay/ActionTypes.h" +TYPE(rbd_replay::action::Dependency) +TYPE(rbd_replay::action::ActionEntry); + #ifdef WITH_RADOSGW #include "rgw/rgw_rados.h" -- 2.39.5