cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-pid-ns.c
index 25210e92b7237cceeacdc7cd9c0972c547d2d119..d52c0b9b9abe101db137685885c54310c0742e61 100644 (file)
@@ -111,7 +111,7 @@ int lttng_add_pid_ns_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(ino_t) * CHAR_BIT,
                        lttng_alignof(ino_t) * CHAR_BIT,
-                       lttng_is_signed_type(ino_t),
+                       lttng_ust_is_signed_type(ino_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.02632 seconds and 4 git commands to generate.