cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-vtid.c
index 432b8b0dd16dcc4163acbee3794a973caf57b24b..57abdf733fc100287f7fb66b80ba63f83c92abee 100644 (file)
@@ -12,7 +12,7 @@
 #include <unistd.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-config.h>
+#include <lttng/ringbuffer-context.h>
 #include <ust-tid.h>
 #include <urcu/tls-compat.h>
 
@@ -61,7 +61,7 @@ pid_t wrapper_getvtid(void)
 static
 void vtid_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)
 {
        pid_t vtid = wrapper_getvtid();
 
@@ -84,7 +84,7 @@ int lttng_add_vtid_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(pid_t) * CHAR_BIT,
                        lttng_alignof(pid_t) * CHAR_BIT,
-                       lttng_is_signed_type(pid_t),
+                       lttng_ust_is_signed_type(pid_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.024945 seconds and 4 git commands to generate.