X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Flttng-context-net-ns.c;h=54c28e0fc17a601e9ee302178ac702bdbe919823;hb=8a57ec025ffbe56153748fd69b60118862707182;hp=22fcca79a60ade158574a354eec8dbb7cea32bc4;hpb=0fe45627bdbdb4e81c042bc9b784e4b47abfa4b6;p=lttng-modules.git diff --git a/src/lttng-context-net-ns.c b/src/lttng-context-net-ns.c index 22fcca79..54c28e0f 100644 --- a/src/lttng-context-net-ns.c +++ b/src/lttng-context-net-ns.c @@ -25,7 +25,7 @@ (LTTNG_LINUX_VERSION_CODE >= LTTNG_KERNEL_VERSION(3,8,0)) static -size_t net_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t offset) +size_t net_ns_get_size(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset) { size_t size = 0; @@ -35,8 +35,8 @@ size_t net_ns_get_size(void *priv, struct lttng_probe_ctx *probe_ctx, size_t off } static -void net_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, +void net_ns_record(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, struct lttng_channel *chan) { unsigned int net_ns_inum = 0; @@ -57,7 +57,7 @@ void net_ns_record(void *priv, struct lttng_probe_ctx *probe_ctx, static void net_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 net_ns_inum = 0;