cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-ipc-ns.c
index 30a9c59950e239825f37bbc198ab0f71212e8e00..836bca5092003f7f3aec0c6ca020b6f191c7bf98 100644 (file)
@@ -125,7 +125,7 @@ int lttng_add_ipc_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.024922 seconds and 4 git commands to generate.