cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-time-ns.c
index fa85b5da6be9b6d9afa9a42a891d246945b1efab..a82d12af7e558e31ae7c1e2499ef7ce04df1010b 100644 (file)
@@ -124,7 +124,7 @@ int lttng_add_time_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.023073 seconds and 4 git commands to generate.