X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.h;h=d8fc7f43ee626fc0504e6df8b371ec78733a8c44;hb=f42867e2d049c1e7cad50cd097290a3adef8d54c;hp=bbac1bb4d96daf7ee4fcbf286b702ed118c26141;hpb=f6ccaed94e575af57fe6bf38154771bee4871a2a;p=babeltrace.git diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index bbac1bb4..d8fc7f43 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -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