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)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 7 Aug 2019 18:05:21 +0000 (14:05 -0400)
commite023d2534c90b00d17c573e55a54cde44fba0986
tree11b096643b4ec56c760025551766f48d52f1cbd8
parentb20382e2b6f7f373c838a1eed82c2635d606a6b3
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.024715 seconds and 4 git commands to generate.