cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-vpid.c
index 0c532ddf3ebd55d7b118df5aa8c11cfe6280b3b7..514c69fc64d5f2504040006cd6a80f09b13bda2f 100644 (file)
@@ -80,7 +80,7 @@ int lttng_add_vpid_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(pid_t) * CHAR_BIT,
                        lttng_alignof(pid_t) * CHAR_BIT,
-                       lttng_is_signed_type(pid_t),
+                       lttng_ust_is_signed_type(pid_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.024276 seconds and 4 git commands to generate.