cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-uts-ns.c
index 3037d084b52d285a6aa75b32e2aa8afb69826820..729f934f62e9b728d99a33f7cb9c3eed7d788da1 100644 (file)
@@ -126,7 +126,7 @@ int lttng_add_uts_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.024403 seconds and 4 git commands to generate.