X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Flttng-context-user-ns.c;h=ae674667248c2129a6f139e1f061a2b94c0c171a;hb=fc66bf6a911e374789389f465c653c0c33b4c197;hp=f774d9716487f23c22c56621a7c1065c60ecf77b;hpb=2dc781e02eb156a76554ada092a181ab2916db57;p=lttng-modules.git diff --git a/src/lttng-context-user-ns.c b/src/lttng-context-user-ns.c index f774d971..ae674667 100644 --- a/src/lttng-context-user-ns.c +++ b/src/lttng-context-user-ns.c @@ -24,7 +24,7 @@ (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static -size_t user_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset) +size_t user_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset) { size_t size = 0; @@ -34,8 +34,8 @@ size_t user_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t of } static -void user_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, +void user_ns_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, struct lttng_channel *chan) { unsigned int user_ns_inum = 0; @@ -49,7 +49,7 @@ void user_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx, static void user_ns_get_value(void *priv, - struct lttng_probe_ctx *lttng_probe_ctx, + struct lttng_kernel_probe_ctx *lttng_probe_ctx, struct lttng_ctx_value *value) { unsigned int user_ns_inum = 0;