lib: prepare the ground for stateful query operations
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index 62e1e752205bcb60b226a5e9c7589ec31741e4a8..3ae12082830a55cf0ff1dd2b64611f85239f3d50 100644 (file)
@@ -263,9 +263,8 @@ bt_component_class_init_method_status lttng_live_component_init(
 
 bt_component_class_query_method_status lttng_live_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 lttng_live_component_finalize(bt_self_component_source *component);
@@ -313,6 +312,6 @@ struct lttng_live_trace *lttng_live_borrow_trace(
                struct lttng_live_session *session, uint64_t trace_id);
 void lttng_live_need_new_streams(struct lttng_live_msg_iter *lttng_live_msg_iter);
 
-bool lttng_live_graph_is_canceled(struct lttng_live_component *lttng_live);
+bool lttng_live_graph_is_canceled(struct lttng_live_msg_iter *msg_iter);
 
 #endif /* BABELTRACE_PLUGIN_CTF_LTTNG_LIVE_H */
This page took 0.077236 seconds and 4 git commands to generate.