ring buffer context: cpu number becomes an output of reserve
[lttng-ust.git] / liblttng-ust / lttng-context-procname.c
index 5e3f9f8a84ce149225974712db0169e899213216..00a79355a577ce234b4ec1d5c9a11b9f576cdd88 100644 (file)
@@ -10,7 +10,7 @@
 #include <stddef.h>
 #include <lttng/ust-events.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-config.h>
+#include <lttng/ringbuffer-context.h>
 #include <urcu/tls-compat.h>
 #include <assert.h>
 #include "compat.h"
@@ -73,7 +73,7 @@ size_t procname_get_size(struct lttng_ust_ctx_field *field, size_t offset)
 static
 void procname_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)
 {
        char *procname;
 
This page took 0.023002 seconds and 4 git commands to generate.