Fix: lttng_abi_map_channel should be static
[deliverable/lttng-ust.git] / liblttng-ust / lttng-ust-abi.c
index b35065996815a1cc3c8fd56aac47a6f6471018e6..ff3aab5313cbc7c0f7bb68a189794b7208cbcb8a 100644 (file)
@@ -453,6 +453,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.023503 seconds and 5 git commands to generate.