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>
Sun, 17 Sep 2017 18:10:50 +0000 (14:10 -0400)
commit7deebb2f9043775f5fc4d1668c45c645f3f7d314
tree9b00066708595387289bbb0be2a526456960d538
parent93f709de546df98425d74fabe88141d6f94a7a91
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.024804 seconds and 4 git commands to generate.