Add bt_notification_iterator_seek_time_cb to notification iterator
[babeltrace.git] / include / babeltrace / plugin / notification / iterator-internal.h
index c539fd0bd7d2fc84bba7f0cbf6c125b9087592da..4718359a90b7c9c311ebf0c053eb712e276b74b4 100644 (file)
@@ -37,6 +37,7 @@ struct bt_notification_iterator {
        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.035195 seconds and 4 git commands to generate.