bt2: make it possible to remove a trace class or trace destruction listener
[babeltrace.git] / src / plugins / ctf / lttng-live / lttng-live.h
index 77632daf59a2ee8214072b18987e5e4c3af2ca26..967344dcc1909f100b60c764d78baccb52a67978 100644 (file)
@@ -119,6 +119,8 @@ struct lttng_live_stream_iterator {
 
        /* Owned by this. */
        GString *name;
+
+       bool has_stream_hung_up;
 };
 
 struct lttng_live_metadata {
@@ -187,6 +189,7 @@ struct lttng_live_session {
 };
 
 enum session_not_found_action {
+       SESSION_NOT_FOUND_ACTION_UNKNOWN,
        SESSION_NOT_FOUND_ACTION_CONTINUE,
        SESSION_NOT_FOUND_ACTION_FAIL,
        SESSION_NOT_FOUND_ACTION_END,
@@ -263,10 +266,9 @@ 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 *method_data, const bt_value **result);
 
 void lttng_live_component_finalize(bt_self_component_source *component);
 
This page took 0.029534 seconds and 4 git commands to generate.