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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 2 May 2019 04:09:19 +0000 (00:09 -0400)
commit346ce9d3d125bad003efb3902ec42f8f8a942803
treedaa86b118e1c7d850442f5a4ab6aa56c3fb3e98d
parent9389e3d3d9c1256b51c34c8190a822054ca6f832
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.024186 seconds and 5 git commands to generate.