lib: remove bt_query_executor_interrupt, add bt_query_executor_borrow_default_interrupter
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 17 Dec 2019 19:11:36 +0000 (14:11 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 20 Jan 2020 20:15:24 +0000 (15:15 -0500)
commitd9a20b20a86831ca1b5b793b6fc12c1d9eedd3a6
tree25b08b9fb06e9ab0585da3c8273fd713e1b0d4ed
parentf09b3ae994955a5f6a2baca18091ed5f7d035183
lib: remove bt_query_executor_interrupt, add bt_query_executor_borrow_default_interrupter

It is currently possible to interrupt a running quer executor with
bt_query_executor_interrupt.  It is however not possible to reset the
default interrupter that this function sets and resume the query
execution.

Rather than add a new query executor function to reset the default query
executor interrupter, introduce a new function,
bt_query_executor_borrow_default_interrupter, to borrow that default
interrupter.  All the bt_interrupter API is therefore accessible with
this default interrupter.

This patch removes the bt_query_executor_interrupt function, since it's
no longer needed.

Change-Id: I877dfbf22e36233750a71220fc5ab0297f8c0c28
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2709
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
include/babeltrace2/graph/query-executor.h
src/bindings/python/bt2/bt2/query_executor.py
src/lib/graph/query-executor.c
tests/bindings/python/bt2/test_query_executor.py
This page took 0.025105 seconds and 4 git commands to generate.