lib: strictly type function return status enumerations
[babeltrace.git] / src / plugins / ctf / lttng-live / viewer-connection.h
index be6dc5a194ba1c7f1eb81482ed0ae18ceee0b93d..549a900387d5eb611eb686ac367b997c62f8ef11 100644 (file)
@@ -46,6 +46,7 @@ struct lttng_live_component;
 
 struct live_viewer_connection {
        bt_logging_level log_level;
+       bt_self_component *self_comp;
        bt_object obj;
 
        GString *url;
@@ -90,7 +91,7 @@ struct live_viewer_connection * live_viewer_connection_create(
 void live_viewer_connection_destroy(
                struct live_viewer_connection *conn);
 
-bt_query_status live_viewer_connection_list_sessions(
+bt_component_class_query_method_status live_viewer_connection_list_sessions(
                struct live_viewer_connection *viewer_connection,
                const bt_value **user_result);
 
This page took 0.023874 seconds and 4 git commands to generate.