]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-dencoder: new rbd_replay trace file types
authorJason Dillaman <dillaman@redhat.com>
Thu, 8 Oct 2015 17:26:42 +0000 (13:26 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 15 Oct 2015 18:44:22 +0000 (14:44 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
(cherry picked from commit c2a83d0b518497dc8bcbbdea77b88febe52a3034)

src/test/encoding/types.h

index 21eefe7402bcd8934e1500fe9f57bf9e4f930b4d..d425885f809c5aff88e39b7f90b778990e2bb6e5 100644 (file)
@@ -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"