Refactoring: Channel structures
[lttng-ust.git] / liblttng-ust / lttng-context-vpid.c
index 78e1f0ceaaf6c223c2ec8d0bb9ffdd01e2d9c594..0c532ddf3ebd55d7b118df5aa8c11cfe6280b3b7 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 "context-internal.h"
 
@@ -57,7 +57,7 @@ size_t vpid_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void vpid_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 vpid = wrapper_getvpid();
 
This page took 0.022587 seconds and 4 git commands to generate.