cleanup: Namespace public utils macros
[lttng-ust.git] / liblttng-ust / lttng-context-vegid.c
index 488bfdd814a731fac011985d02c09fbe677d6975..b504b714299ef9fc7ff9ed846462eeec6c90760c 100644 (file)
@@ -73,7 +73,7 @@ size_t vegid_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void vegid_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)
 {
        gid_t vegid;
 
@@ -97,7 +97,7 @@ int lttng_add_vegid_to_ctx(struct lttng_ust_ctx **ctx)
 
        type = lttng_ust_create_type_integer(sizeof(gid_t) * CHAR_BIT,
                        lttng_alignof(gid_t) * CHAR_BIT,
-                       lttng_is_signed_type(gid_t),
+                       lttng_ust_is_signed_type(gid_t),
                        BYTE_ORDER, 10);
        if (!type)
                return -ENOMEM;
This page took 0.038958 seconds and 4 git commands to generate.