Notification iterator: transform precondition checks to BT_ASSERT_PRE()
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index bbac1bb4d96daf7ee4fcbf286b702ed118c26141..d8fc7f43ee626fc0504e6df8b371ec78733a8c44 100644 (file)
@@ -131,6 +131,9 @@ struct ctf_fs_notif_iter_data {
 
        /* Owned by this */
        struct bt_notif_iter *notif_iter;
+
+       /* True to skip BT_NOTIFICATION_TYPE_STREAM_BEGIN notifications */
+       bool skip_stream_begin_notifs;
 };
 
 BT_HIDDEN
This page took 0.023639 seconds and 4 git commands to generate.