Cleanup: disable page fault after access_ok
[lttng-modules.git] / src / lttng-context-ipc-ns.c
index 3bc3ffcb0c31d57933ce38a28d4554eef14eadec..c578fea8b5b6d00322c65271d36260501d8956ef 100644 (file)
@@ -35,8 +35,8 @@ size_t ipc_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, siz
 
 static
 void ipc_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 ipc_ns_inum = 0;
 
This page took 0.023526 seconds and 4 git commands to generate.