Remove the need to implement the notification iterator's "get" method
[babeltrace.git] / include / babeltrace / component / notification / iterator-internal.h
index 99e9617ca06505f68bdad4b75c245a446c92fb48..b1300f038e2d67b76375000ed847b66a98c352c2 100644 (file)
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/object-internal.h>
 #include <babeltrace/ref-internal.h>
+#include <babeltrace/component/notification/notification.h>
 #include <babeltrace/component/notification/iterator.h>
 #include <babeltrace/component/notification/private-iterator.h>
 
 struct bt_notification_iterator {
        struct bt_object base;
        struct bt_component *component;
+       struct bt_notification *current_notification;
        void *user_data;
 };
 
This page took 0.023907 seconds and 4 git commands to generate.