lib, bt2: make query method receive custom data
[babeltrace.git] / src / plugins / ctf / fs-src / fs.h
index b52e179617ee0c7b547637dca91ae306b2c03748..8968fcba88412a3bc71408de7b686ff54e16d713 100644 (file)
@@ -63,8 +63,6 @@ struct ctf_fs_metadata {
        /* Weak (owned by `decoder` above) */
        struct ctf_trace_class *tc;
 
-       /* Owned by this */
-
        /* Owned by this */
        char *text;
 
@@ -215,10 +213,9 @@ void ctf_fs_finalize(bt_self_component_source *component);
 BT_HIDDEN
 bt_component_class_query_method_status ctf_fs_query(
                bt_self_component_class_source *comp_class,
-               const bt_query_executor *query_exec,
+               bt_private_query_executor *priv_query_exec,
                const char *object, const bt_value *params,
-               bt_logging_level log_level,
-               const bt_value **result);
+               void *method_data, const bt_value **result);
 
 BT_HIDDEN
 bt_component_class_message_iterator_init_method_status ctf_fs_iterator_init(
This page took 0.038314 seconds and 4 git commands to generate.