Fix: lttng_abi_map_channel should be static
[deliverable/lttng-ust.git] / 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.023725 seconds and 5 git commands to generate.