Fix: ctf plugin: returning bt_message_iterator_status from src.ctf.fs
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 18 Dec 2018 21:24:25 +0000 (16:24 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commit13d428598c645803f8745b6db2c6dc2cde5e33c4
treedaa86b118e1c7d850442f5a4ab6aa56c3fb3e98d
parentd4928fcd61dc004abeb727661f7ea47c94cd50c4
Fix: ctf plugin: returning bt_message_iterator_status from src.ctf.fs

A source should only be dealing with `bt_self_message_iterator_status`
since it's the one producing the messages.
Non-self message iterator status are received from upstream iterators
which sources have none by definition.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
plugins/ctf/fs-src/data-stream-file.c
plugins/ctf/fs-src/data-stream-file.h
This page took 0.025614 seconds and 4 git commands to generate.