Hide symbols that shouldn't be part of the ABI
[lttng-ust.git] / src / lib / lttng-ust / lttng-context-ipc-ns.c
index 96267ef9d27b3c16fcae43a32c4992880c08df73..f635a23077bfdf47ff4c2781994ca3454dee7fea 100644 (file)
@@ -121,7 +121,7 @@ void ipc_ns_get_value(void *priv __attribute__((unused)),
        value->u.u64 = get_ipc_ns();
 }
 
-const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
+static const struct lttng_ust_ctx_field *ctx_field = lttng_ust_static_ctx_field(
        lttng_ust_static_event_field("ipc_ns",
                lttng_ust_static_type_integer(sizeof(ino_t) * CHAR_BIT,
                                lttng_ust_rb_alignof(ino_t) * CHAR_BIT,
This page took 0.022563 seconds and 4 git commands to generate.