src.ctf.lttng-live: make lttng_live_component_create static
authorSimon Marchi <simon.marchi@efficios.com>
Sat, 5 Oct 2019 02:46:17 +0000 (22:46 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 9 Oct 2019 18:14:29 +0000 (14:14 -0400)
This function is not used outside this file, so make it static.

Change-Id: If2836f7eea7c8243d26088b4e026b31a4ed8c82d
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2139
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/plugins/ctf/lttng-live/lttng-live.c

index b6c763d8afa4c37a792c3453ddf41a5cad2ef2ec..d07c84fc804fd13dbd67f108cab098b386e89d8f 100644 (file)
@@ -1751,6 +1751,7 @@ enum session_not_found_action parse_session_not_found_action_param(
        return action;
 }
 
+static
 struct lttng_live_component *lttng_live_component_create(const bt_value *params,
                bt_logging_level log_level, bt_self_component *self_comp)
 {
This page took 0.025806 seconds and 4 git commands to generate.