Move event context to private structures
[lttng-ust.git] / liblttng-ust / lttng-context-vegid.c
index d1a21a6e22ddb0505ef99dc4b642f477faf2cbe5..ca0555e3d099ab879cd298e037a56c1796b14a77 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 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;
 
This page took 0.025435 seconds and 4 git commands to generate.