]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: encoding: add new librbd journal event type
authorJason Dillaman <dillaman@redhat.com>
Wed, 8 Jul 2015 19:59:25 +0000 (15:59 -0400)
committerJason Dillaman <dillaman@redhat.com>
Fri, 13 Nov 2015 01:17:53 +0000 (20:17 -0500)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/encoding/types.h

index 87cdcac9e6cfab75beb8c2defb783a144bb0150c..a9dbc9bf7b7dd43eea53734f2541711a87559734 100644 (file)
@@ -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)