Fix: add missing #include for 3.8 kernel
[lttng-modules.git] / src / lttng-context-vtid.c
index 4e22757725fb139181cdd78d97419f5db8a49e80..f42734630ac9182b173740f71b7a6ccfb96c230d 100644 (file)
@@ -28,8 +28,8 @@ size_t vtid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_
 
 static
 void vtid_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)
 {
        pid_t vtid;
 
This page took 0.024064 seconds and 4 git commands to generate.