From: Mathieu Desnoyers Date: Tue, 15 Dec 2020 14:04:16 +0000 (-0500) Subject: Fix: lttng_abi_map_channel should be static X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=commitdiff_plain;h=01a9d8837a56844c01bc1f97a7daedd7902efc2e Fix: lttng_abi_map_channel should be static Change-Id: If0434525f083dc20b50a7628926dadb483d30c88 Signed-off-by: Mathieu Desnoyers --- diff --git a/liblttng-ust/lttng-ust-abi.c b/liblttng-ust/lttng-ust-abi.c index 24769a7d..2de4df1a 100644 --- a/liblttng-ust/lttng-ust-abi.c +++ b/liblttng-ust/lttng-ust-abi.c @@ -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,