lib: graph.c: call bt_graph_consume_no_check() in bt_graph_run()
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 18 Aug 2017 20:03:17 +0000 (16:03 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 15 Sep 2017 18:23:37 +0000 (14:23 -0400)
commit4fef099a85fb9ec09a182180fe31d935fcdc5dae
tree3b019942f59ef894f5a189c23ce2d11d6e12ca80
parent08852d6e984f19911752f78c4de9cbc4bb82ba8d
lib: graph.c: call bt_graph_consume_no_check() in bt_graph_run()

This is why bt_graph_consume_no_check() exists in the first place, to
avoid checking arguments and the cancel state every time considering
that it's already checked.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
lib/graph/graph.c
This page took 0.025655 seconds and 4 git commands to generate.