Cleanup: disable page fault after access_ok
[lttng-modules.git] / src / lttng-context-vsuid.c
index 29ff30dcb84af52f84c1cc2d01d9a4809f0813af..0f7489837b8cfa2990cbaf7e509017339864cefc 100644 (file)
@@ -30,8 +30,8 @@ size_t vsuid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size
 
 static
 void vsuid_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)
 {
        uid_t vsuid;
 
This page took 0.036174 seconds and 4 git commands to generate.