Fix: add missing #include for 3.8 kernel
[lttng-modules.git] / src / lttng-context-cpu-id.c
index 1fa32ac256f21dd55bcaf0caff3d2f2ea3100cd0..24241dee7f511b5ecdd47f4b7682f4daf7e20d08 100644 (file)
@@ -28,8 +28,8 @@ size_t cpu_id_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, siz
 
 static
 void cpu_id_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
-               struct lib_ring_buffer_ctx *ctx,
-               struct lttng_channel *chan)
+               struct lttng_kernel_ring_buffer_ctx *ctx,
+               struct lttng_kernel_channel_buffer *chan)
 {
        int cpu;
 
This page took 0.023457 seconds and 4 git commands to generate.