Init ctf fs data and metadata streams
[babeltrace.git] / include / babeltrace / plugin / notification / iterator-internal.h
index e2ef852ed4c4e0eb2e83de4ab5a277fb3f78fcbe..b56d86c70a4ebc9a6ffbf1fb4e720bfe2c31f4de 100644 (file)
@@ -32,7 +32,8 @@
 #include <babeltrace/ref-internal.h>
 
 struct bt_notification_iterator {
-       struct bt_ref ref;
+       struct bt_object base;
+       struct bt_component *component;
        bt_notification_iterator_get_cb get;
        bt_notification_iterator_next_cb next;
        void *user_data;
This page took 0.033724 seconds and 4 git commands to generate.