X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-ipc-ns.c;h=c578fea8b5b6d00322c65271d36260501d8956ef;hb=860c213b645593fa19d7a3abf7ffdd1282f0a1c6;hp=d66415397272f24455ae25e080b0d203c85f2985;hpb=0fe45627bdbdb4e81c042bc9b784e4b47abfa4b6;p=lttng-modules.git diff --git a/src/lttng-context-ipc-ns.c b/src/lttng-context-ipc-ns.c index d6641539..c578fea8 100644 --- a/src/lttng-context-ipc-ns.c +++ b/src/lttng-context-ipc-ns.c @@ -24,7 +24,7 @@ (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static -size_t ipc_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset) +size_t ipc_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset) { size_t size = 0; @@ -34,9 +34,9 @@ size_t ipc_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t off } static -void ipc_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, - struct lttng_channel *chan) +void ipc_ns_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, + struct lttng_kernel_channel_buffer *chan) { unsigned int ipc_ns_inum = 0; @@ -56,7 +56,7 @@ void ipc_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx, static void ipc_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 ipc_ns_inum = 0;