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)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 12 Apr 2019 21:25:49 +0000 (17:25 -0400)
commit683059ca8d206ac9947ce9f9915e01e60e5ed5bd
treeda1d66e57478a69a2f1c06666480ee799716562d
parent2e9b5b73b1872bd07763e7fad869d27b124f9c62
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.026708 seconds and 5 git commands to generate.