src.ctf.fs: use one CTF notif iter per notification iterator
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Tue, 20 Jun 2017 18:36:52 +0000 (14:36 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Jul 2017 20:13:13 +0000 (16:13 -0400)
commit6de929550157bc46ee19fa5aaca3ea2e50a12c9e
tree599f0f8a1142fa4f5cf3ff6dc33cff4aaaa26021
parent7bd556d8dfc521775a439e93b50f3582041dc167
src.ctf.fs: use one CTF notif iter per notification iterator

Use only one bt_ctf_notif_iter per src.ctf.fs notification iterator,
instead of one per data stream file, so that this object can keep a
state for the whole packet sequence.

ctf_fs_ds_file_create() now receives the notif iter to use and sets
itself as its current medops user data.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/common/notif-iter/notif-iter.c
plugins/ctf/common/notif-iter/notif-iter.h
plugins/ctf/fs-src/data-stream-file.c
plugins/ctf/fs-src/data-stream-file.h
plugins/ctf/fs-src/fs.c
plugins/ctf/fs-src/fs.h
This page took 0.024933 seconds and 4 git commands to generate.