lib, bt2: make query method receive custom data
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index e5d08613d560192bfb2584684521a0dfcaa9a3fe..7b72147f9aabc7fcc1461d3ccba3161992fee742 100644 (file)
@@ -266,7 +266,7 @@ bt_component_class_query_method_status lttng_live_query(
                bt_self_component_class_source *comp_class,
                bt_private_query_executor *priv_query_exec,
                const char *object, const bt_value *params,
-               const bt_value **result);
+               void *method_data, const bt_value **result);
 
 void lttng_live_component_finalize(bt_self_component_source *component);
 
This page took 0.024021 seconds and 4 git commands to generate.