cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-vtid.c
index 1648d8db83f9c676ac90639f73429ab9717f9c9e..57abdf733fc100287f7fb66b80ba63f83c92abee 100644 (file)
@@ -84,7 +84,7 @@ int lttng_add_vtid_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.025621 seconds and 4 git commands to generate.