lib, bt2: make query method receive custom data
[babeltrace.git] / include / babeltrace2 / graph / component-class-sink.h
index 044895cfae03609c9d855322b4f5d7ea59ee23bd..ef3233b76135bb40f6d5fc815fb440fc2c1e2ba2 100644 (file)
@@ -50,7 +50,7 @@ typedef bt_component_class_query_method_status
                bt_self_component_class_sink *comp_class,
                bt_private_query_executor *query_executor,
                const char *object, const bt_value *params,
-               const bt_value **result);
+               void *method_data, const bt_value **result);
 
 typedef bt_component_class_port_connected_method_status
 (*bt_component_class_sink_input_port_connected_method)(
This page took 0.02373 seconds and 4 git commands to generate.