Cleanup: disable page fault after access_ok
[lttng-modules.git] / src / lttng-context-uts-ns.c
index 1f6602150152809400ef8c43de7332b08bb7672b..afa61ab9ed5a268235fc553120b3a200572b2ca7 100644 (file)
@@ -35,8 +35,8 @@ size_t uts_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, siz
 
 static
 void uts_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 uts_ns_inum = 0;
 
This page took 0.023171 seconds and 4 git commands to generate.