Set notification iterator methods to the component class
[babeltrace.git] / include / babeltrace / component / notification / iterator-internal.h
index 29a5ff0f6061d1f83cc98760878be2dcad241acd..8bad9f937b654f1f1fc5a33f871fcc3001c1206d 100644 (file)
 struct bt_notification_iterator {
        struct bt_object base;
        struct bt_component *component;
-       bt_notification_iterator_get_cb get;
-       bt_notification_iterator_next_cb next;
-       bt_notification_iterator_seek_time_cb seek_time;
        void *user_data;
-       bt_notification_iterator_destroy_cb user_destroy;
 };
 
 /**
This page took 0.024817 seconds and 4 git commands to generate.