Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / notification / iterator-internal.h
index 5a47377689d3378fe1bc29381a38fb606d14dd2a..dd6ba4507efda52c3eb814cbd122459e62381439 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_object base;
        bt_notification_iterator_get_cb get;
        bt_notification_iterator_next_cb next;
        void *user_data;
This page took 0.023784 seconds and 4 git commands to generate.