Introduce bt_plugin and bt_component_class
[babeltrace.git] / include / babeltrace / plugin / notification / iterator-internal.h
index 5a47377689d3378fe1bc29381a38fb606d14dd2a..e2ef852ed4c4e0eb2e83de4ab5a277fb3f78fcbe 100644 (file)
 
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/plugin/plugin-system.h>
-#include <babeltrace/ctf-writer/ref-internal.h>
+#include <babeltrace/ref-internal.h>
 
 struct bt_notification_iterator {
-       struct bt_ctf_ref ref_count;
+       struct bt_ref ref;
        bt_notification_iterator_get_cb get;
        bt_notification_iterator_next_cb next;
        void *user_data;
This page took 0.023012 seconds and 4 git commands to generate.