src.ctf.fs: use one CTF notif iter per notification iterator
[babeltrace.git] / plugins / ctf / fs-src / fs.h
index 13b0d07c6b5e802e64d50f38bef5523894ca7d37..64eab95b921bb9c45871edf8b496a69d7d1d14c2 100644 (file)
@@ -123,6 +123,9 @@ struct ctf_fs_notif_iter_data {
 
        /* Which file the iterator is _currently_ operating on */
        size_t ds_file_info_index;
+
+       /* Owned by this */
+       struct bt_ctf_notif_iter *notif_iter;
 };
 
 BT_HIDDEN
This page took 0.023398 seconds and 4 git commands to generate.