cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-net-ns.c
index d9293a6b287936a83318f07d908ec260c8242df3..1efcceda9f7a60ac1bdd6de3193f71db843e2bbe 100644 (file)
@@ -125,7 +125,7 @@ int lttng_add_net_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.02409 seconds and 4 git commands to generate.