X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Fnative_bt_query_exec.i;h=a422ecbb6d8b55e0c00d8bf38601ce7d7a29bfb0;hb=0530003ff4f693e0a582a0ed4a15245455398b4a;hp=a69d7a586197f26d248522e6079274f2758662d0;hpb=bf403eb29cc2bb21f9cc678fb74c20ff4087c146;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/native_bt_query_exec.i b/src/bindings/python/bt2/bt2/native_bt_query_exec.i index a69d7a58..a422ecbb 100644 --- a/src/bindings/python/bt2/bt2/native_bt_query_exec.i +++ b/src/bindings/python/bt2/bt2/native_bt_query_exec.i @@ -25,3 +25,11 @@ %include %include %include + +%{ +#include "native_bt_query_exec.i.h" +%} + +bt_query_executor *bt_bt2_query_executor_create( + const bt_component_class *component_class, const char *object, + const bt_value *params, PyObject *py_obj);