From: Jason Dillaman Date: Wed, 8 Jul 2015 19:59:25 +0000 (-0400) Subject: test: encoding: add new librbd journal event type X-Git-Tag: v10.0.1~52^2~27 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=eb8d37a105d0890e50f0844cd407ad114224255f;p=ceph.git test: encoding: add new librbd journal event type Signed-off-by: Jason Dillaman --- diff --git a/src/test/encoding/types.h b/src/test/encoding/types.h index 87cdcac9e6cf..a9dbc9bf7b7d 100644 --- a/src/test/encoding/types.h +++ b/src/test/encoding/types.h @@ -226,6 +226,8 @@ TYPE(ETableServer) #include "mds/events/EUpdate.h" TYPE(EUpdate) +#include "librbd/JournalTypes.h" +TYPE(librbd::journal::EventEntry) #include "librbd/WatchNotifyTypes.h" TYPE(librbd::WatchNotify::NotifyMessage) TYPE(librbd::WatchNotify::ResponseMessage)