Fix: lttng_abi_map_channel should be static
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 15 Dec 2020 14:04:16 +0000 (09:04 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 24 Feb 2021 15:15:23 +0000 (10:15 -0500)
Change-Id: If0434525f083dc20b50a7628926dadb483d30c88
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/lttng-ust-abi.c

index 24769a7d6571f5fe49ea90ab4f1dcc7443b822ba..2de4df1aeee9a3e0dd992e2843681cff070e0c9f 100644 (file)
@@ -393,6 +393,7 @@ static const struct lttng_ust_objd_ops lttng_ops = {
        .cmd = lttng_cmd,
 };
 
+static
 int lttng_abi_map_channel(int session_objd,
                struct lttng_ust_channel *ust_chan,
                union ust_args *uargs,
This page took 0.025577 seconds and 5 git commands to generate.