cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-ip.c
index b56e0db157e43cafd57a64e2e04e415cb84f7595..d163a6e04f69450502a1937c4f2c5dd5a1d1dae6 100644 (file)
@@ -46,7 +46,7 @@ int lttng_add_ip_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(void *) * CHAR_BIT,
                        lttng_alignof(void *) * CHAR_BIT,
-                       lttng_is_signed_type(void *),
+                       lttng_ust_is_signed_type(void *),
                        BYTE_ORDER, 16);
        if (!type)
                return -ENOMEM;
This page took 0.025373 seconds and 4 git commands to generate.