X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Fctf%2Ffs-src%2Ffs.h;h=64eab95b921bb9c45871edf8b496a69d7d1d14c2;hb=6de929550157bc46ee19fa5aaca3ea2e50a12c9e;hp=13b0d07c6b5e802e64d50f38bef5523894ca7d37;hpb=7bd556d8dfc521775a439e93b50f3582041dc167;p=babeltrace.git diff --git a/plugins/ctf/fs-src/fs.h b/plugins/ctf/fs-src/fs.h index 13b0d07c..64eab95b 100644 --- a/plugins/ctf/fs-src/fs.h +++ b/plugins/ctf/fs-src/fs.h @@ -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