cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-cpu-id.c
index 9c553828a389529d41541d8351c4ac403d3af3ec..baa1a8893e87411496e2912511f1fb3bd567bcd4 100644 (file)
@@ -36,7 +36,7 @@ size_t cpu_id_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void cpu_id_record(struct lttng_ust_ctx_field *field,
                 struct lttng_ust_lib_ring_buffer_ctx *ctx,
-                struct lttng_channel *chan)
+                struct lttng_ust_channel_buffer *chan)
 {
        int cpu;
 
@@ -60,7 +60,7 @@ int lttng_add_cpu_id_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(int) * CHAR_BIT,
                        lttng_alignof(int) * CHAR_BIT,
-                       lttng_is_signed_type(int),
+                       lttng_ust_is_signed_type(int),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.024289 seconds and 4 git commands to generate.