cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-pthread-id.c
index 59a6f3815ed26822fcf9baa024d06b0a429254d5..65f77d9be5b3d1709225f9b31da2dfd9fae8f6e7 100644 (file)
@@ -52,7 +52,7 @@ int lttng_add_pthread_id_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(unsigned long) * CHAR_BIT,
                        lttng_alignof(unsigned long) * CHAR_BIT,
-                       lttng_is_signed_type(unsigned long),
+                       lttng_ust_is_signed_type(unsigned long),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.02356 seconds and 4 git commands to generate.