X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-ipc-ns.c;h=5a805f1e25e0223338d07addc9ad1076daf8539c;hb=8a57ec025ffbe56153748fd69b60118862707182;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..5a805f1e 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,8 +34,8 @@ 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, +void ipc_ns_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, struct lttng_channel *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;