Bytecode: update documentation
[lttng-ust.git] / liblttng-ust / lttng-context-cpu-id.c
index cdcfe1a1574fe473ab1a4dd0c64dcd622188cc74..a3fdb9c6dd0b18a5ff1f4f7fcc1a0ba510f8e331 100644 (file)
@@ -18,8 +18,8 @@
 #include <unistd.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-config.h>
 #include "../libringbuffer/getcpu.h"
+#include <lttng/ringbuffer-context.h>
 
 #include "context-internal.h"
 
@@ -36,7 +36,7 @@ size_t cpu_id_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void cpu_id_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)
 {
        int cpu;
 
This page took 0.023801 seconds and 4 git commands to generate.