cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-perf-counters.c
index 6979143985de74f58fcdab13b67fdd3511d7651c..e3378a7daa75d5ef55067dbbec03ff012554609f 100644 (file)
@@ -547,7 +547,7 @@ int lttng_add_perf_counter_to_ctx(uint32_t type,
        }
        ust_type = lttng_ust_create_type_integer(sizeof(uint64_t) * CHAR_BIT,
                        lttng_alignof(uint64_t) * CHAR_BIT,
-                       lttng_is_signed_type(uint64_t),
+                       lttng_ust_is_signed_type(uint64_t),
                        BYTE_ORDER, 10);
        if (!ust_type) {
                ret = -ENOMEM;
This page took 0.023773 seconds and 4 git commands to generate.