cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-mnt-ns.c
index 60c4805753b78272a958acfaa4e9a9ab27b4b973..19fa0c74f6495513ff180c2f7056813e7c071a58 100644 (file)
@@ -108,7 +108,7 @@ int lttng_add_mnt_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.039928 seconds and 4 git commands to generate.