Fix: add missing #include for 3.8 kernel
[lttng-modules.git] / src / lttng-context-cgroup-ns.c
index 5e8c615527e885ae1d45bd30b1e366f023108ab3..6cab3153630cd4b613b629e4f9e4374adf8cf7af 100644 (file)
@@ -36,8 +36,8 @@ size_t cgroup_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
 
 static
 void cgroup_ns_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)
 {
        unsigned int cgroup_ns_inum = 0;
 
This page took 0.024202 seconds and 4 git commands to generate.