lib: have separate `BT_QUERY_EXECUTOR_STATUS` and `BT_QUERY_STATUS`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 30 Nov 2018 22:15:03 +0000 (17:15 -0500)
committerFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 2 May 2019 20:50:15 +0000 (20:50 +0000)
commitd72535e6e6b00451170da6797ddeb7e0d66f0e0b
tree07f6a7d7e13850c0f31f068f2c6a3fa91c135135
parent5bb956fb21656a273b9c1d325c382378c66d5515
lib: have separate `BT_QUERY_EXECUTOR_STATUS` and `BT_QUERY_STATUS`

The former is for the query executor API, the latter is returned by an
actual user-defined query method. `BT_QUERY_STATUS` does not have
"canceled" and "unsupported" entries, so we can remove those checks from
bt_private_query_executor_query() after calling the user method.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
cli/babeltrace.c
include/babeltrace/graph/private-component-class-filter.h
include/babeltrace/graph/private-component-class-sink.h
include/babeltrace/graph/private-component-class-source.h
include/babeltrace/graph/private-component-class.h
include/babeltrace/graph/private-query-executor.h
include/babeltrace/graph/query-executor-internal.h
include/babeltrace/graph/query-executor.h
lib/graph/query-executor.c
This page took 0.024866 seconds and 4 git commands to generate.