Rename struct lttng_probe_ctx to struct lttng_kernel_probe_ctx
[lttng-modules.git] / src / lttng-context-uid.c
index 86d999afdfac324f3843394ccf4b263f86d132cd..9e17d5bc5d0af6f279ff252a70353a350ee1fd5d 100644 (file)
@@ -19,7 +19,7 @@
 #include <wrapper/user_namespace.h>
 
 static
-size_t uid_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset)
+size_t uid_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset)
 {
        size_t size = 0;
 
@@ -29,7 +29,7 @@ size_t uid_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset
 }
 
 static
-void uid_record(void *priv, struct lttng_probe_ctx *probe_ctx,
+void uid_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx,
                 struct lib_ring_buffer_ctx *ctx,
                 struct lttng_channel *chan)
 {
@@ -42,7 +42,7 @@ void uid_record(void *priv, struct lttng_probe_ctx *probe_ctx,
 
 static
 void uid_get_value(void *priv,
-               struct lttng_probe_ctx *lttng_probe_ctx,
+               struct lttng_kernel_probe_ctx *lttng_probe_ctx,
                struct lttng_ctx_value *value)
 {
        value->u.s64 = lttng_current_uid();
This page took 0.023864 seconds and 4 git commands to generate.