From: Jason Dillaman Date: Thu, 8 Oct 2015 17:26:42 +0000 (-0400) Subject: ceph-dencoder: new rbd_replay trace file types X-Git-Tag: v9.1.0~15^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c2a83d0b518497dc8bcbbdea77b88febe52a3034;p=ceph.git ceph-dencoder: new rbd_replay trace file types Signed-off-by: Jason Dillaman --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index b08a68045e461..34b069602dee9 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -230,6 +230,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"