X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fcontext-provider-internal.h;h=96343d900befad9e718b18c6bab99ab9c4ab6df8;hb=31624f6cf986d7e7761847f66562c97bc773a02c;hp=f688db5e122811066305d4ad0475df4b1f997a19;hpb=c0c0989ab70574e09b2f7e8b48c2da6af664a849;p=lttng-ust.git diff --git a/liblttng-ust/context-provider-internal.h b/liblttng-ust/context-provider-internal.h index f688db5e..96343d90 100644 --- a/liblttng-ust/context-provider-internal.h +++ b/liblttng-ust/context-provider-internal.h @@ -9,15 +9,14 @@ #include #include -#include "helper.h" -LTTNG_HIDDEN +__attribute__((visibility("hidden"))) void lttng_ust_context_set_event_notifier_group_provider(const char *name, - size_t (*get_size)(struct lttng_ctx_field *field, size_t offset), - void (*record)(struct lttng_ctx_field *field, + size_t (*get_size)(struct lttng_ust_ctx_field *field, size_t offset), + void (*record)(struct lttng_ust_ctx_field *field, struct lttng_ust_lib_ring_buffer_ctx *ctx, struct lttng_channel *chan), - void (*get_value)(struct lttng_ctx_field *field, - struct lttng_ctx_value *value)); + void (*get_value)(struct lttng_ust_ctx_field *field, + struct lttng_ust_ctx_value *value)); #endif /* _LTTNG_UST_CONTEXT_PROVIDER_INTERNAL_H */