]> 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, 8 Oct 2015 17:27:01 +0000 (13:27 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/encoding/types.h

index b08a68045e461e3db9c99c8093733ac46096c069..34b069602dee90861569843afa9a25dd983d551a 100644 (file)
@@ -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"