lib: add bt_{graph,query_executor}_add_interrupter()
[babeltrace.git] / include / babeltrace2 / graph / self-component-sink.h
index 3513d8a0f8b6df8fe82dd2f769a8363912fd432f..224c6781b9ebeb5fd57c2d9db869420885a389a7 100644 (file)
@@ -66,6 +66,9 @@ bt_self_component_sink_add_input_port(
                const char *name, void *user_data,
                bt_self_component_port_input **self_component_port);
 
+extern bt_bool bt_self_component_sink_is_interrupted(
+               const bt_self_component_sink *self_component);
+
 #ifdef __cplusplus
 }
 #endif
This page took 0.024975 seconds and 4 git commands to generate.