cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-veuid.c
index 159eb420593ee05e3a4d40dba10058e575b82b85..5099d202eb1752db158cc7edc44813cfc6bb950e 100644 (file)
@@ -14,7 +14,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 "context-internal.h"
 #include "creds.h"
@@ -73,7 +73,7 @@ size_t veuid_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void veuid_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)
 {
        uid_t veuid;
 
@@ -97,7 +97,7 @@ int lttng_add_veuid_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(uid_t) * CHAR_BIT,
                        lttng_alignof(uid_t) * CHAR_BIT,
-                       lttng_is_signed_type(uid_t),
+                       lttng_ust_is_signed_type(uid_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.024817 seconds and 4 git commands to generate.