cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-cpu-id.c
index a3fdb9c6dd0b18a5ff1f4f7fcc1a0ba510f8e331..baa1a8893e87411496e2912511f1fb3bd567bcd4 100644 (file)
@@ -60,7 +60,7 @@ int lttng_add_cpu_id_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(int) * CHAR_BIT,
                        lttng_alignof(int) * CHAR_BIT,
-                       lttng_is_signed_type(int),
+                       lttng_ust_is_signed_type(int),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.02304 seconds and 4 git commands to generate.