lib: rename bt_graph_consume() -> bt_graph_run_once()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Sun, 4 Aug 2019 05:09:28 +0000 (01:09 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 5 Aug 2019 19:10:13 +0000 (15:10 -0400)
commit648dab91badf89bda303707b6159d315448b8a16
tree34a6ce16abf2ab144eef1c332443298e89917dbf
parent66964f3f7b0b7e3b774ddb043b0f197018d23730
lib: rename bt_graph_consume() -> bt_graph_run_once()

While bt_graph_run() makes the graph run until the end,
bt_graph_run_once() makes it run a single time, that is, a single sink's
(next in the queue) "consume" operation.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I65dc06c93425d5b5aa1f9e31edf3e22bbeaf77f0
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1818
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Simon Marchi <simon.marchi@efficios.com>
include/babeltrace2/graph/graph.h
src/lib/graph/graph.c
This page took 0.025285 seconds and 4 git commands to generate.