Cleanup: disable page fault after access_ok
[lttng-modules.git] / src / lttng-context-veuid.c
index 965c3eecb3a4438f19e8a8d2b73a37b1b2f5446b..9113578e2bd76f855d59925f8a5af0e030972491 100644 (file)
@@ -30,8 +30,8 @@ size_t veuid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size
 
 static
 void veuid_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 veuid;
 
This page took 0.026224 seconds and 4 git commands to generate.