cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-vuid.c
index b2edf870bc541fcfe181f88bd3649e246799189b..5bfb92a22bf74c04d56280fbedbccf4ebf7931ea 100644 (file)
@@ -97,7 +97,7 @@ int lttng_add_vuid_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(uid_t) * CHAR_BIT,
                        lttng_alignof(uid_t) * CHAR_BIT,
-                       lttng_is_signed_type(uid_t),
+                       lttng_ust_is_signed_type(uid_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.02626 seconds and 4 git commands to generate.