Adapt plugin system to use unified reference counting
[babeltrace.git] / include / babeltrace / plugin / notification / iterator-internal.h
index e2ef852ed4c4e0eb2e83de4ab5a277fb3f78fcbe..dd6ba4507efda52c3eb814cbd122459e62381439 100644 (file)
@@ -32,7 +32,7 @@
 #include <babeltrace/ref-internal.h>
 
 struct bt_notification_iterator {
-       struct bt_ref ref;
+       struct bt_object base;
        bt_notification_iterator_get_cb get;
        bt_notification_iterator_next_cb next;
        void *user_data;
This page took 0.023695 seconds and 4 git commands to generate.