Add bt_notification_iterator_seek_time_cb to notification iterator
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 11 Dec 2016 08:55:44 +0000 (03:55 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:08 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
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.025958 seconds and 4 git commands to generate.