X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Fcontext-provider-internal.h;h=92de7dffd82f39d48543f4e36ac1d628dab66210;hb=b2e37d27accf5e32128b82392dbe1a9522c7dc20;hp=27d79ce14b073c13f46fec3a23f18369cca12134;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/src/lib/lttng-ust/context-provider-internal.h b/src/lib/lttng-ust/context-provider-internal.h index 27d79ce1..92de7dff 100644 --- a/src/lib/lttng-ust/context-provider-internal.h +++ b/src/lib/lttng-ust/context-provider-internal.h @@ -11,11 +11,12 @@ #include void lttng_ust_context_set_event_notifier_group_provider(const char *name, - size_t (*get_size)(void *priv, size_t offset), - void (*record)(void *priv, - struct lttng_ust_lib_ring_buffer_ctx *ctx, + size_t (*get_size)(void *priv, struct lttng_ust_probe_ctx *probe_ctx, + size_t offset), + void (*record)(void *priv, struct lttng_ust_probe_ctx *probe_ctx, + struct lttng_ust_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan), - void (*get_value)(void *priv, + void (*get_value)(void *priv, struct lttng_ust_probe_ctx *probe_ctx, struct lttng_ust_ctx_value *value), void *priv) __attribute__((visibility("hidden")));