X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Flttng%2Fevents-internal.h;h=6b4189770ee7686f17fb2d88373ce534c34106fb;hb=e27e438139082cea47e96bc03f912a82456a8f8d;hp=9a80740881d812be7fa08bc50aa1c93c5a953738;hpb=da1fe18f8ed9ba327d14cb1647a6af2f6e11f79c;p=lttng-modules.git diff --git a/include/lttng/events-internal.h b/include/lttng/events-internal.h index 9a807408..6b418977 100644 --- a/include/lttng/events-internal.h +++ b/include/lttng/events-internal.h @@ -216,7 +216,7 @@ struct lttng_kernel_ctx_field { size_t (*get_size)(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, size_t offset); void (*record)(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, - struct lib_ring_buffer_ctx *ctx, + struct lttng_kernel_ring_buffer_ctx *ctx, struct lttng_channel *chan); void (*get_value)(void *priv, struct lttng_kernel_probe_ctx *probe_ctx, struct lttng_ctx_value *value);