X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Flib%2Flttng-ust%2Fevents.h;h=cfdbd2e0c7913e6d64ce9aaa9cdda7fd3d0dddbf;hb=577f6dfc5dc2cbd4d6d82b453dabca36c4b78d1d;hp=3ef0dbcb370fa42a83c7c0aaf54e2571e9056c12;hpb=d6f956db3c0e55643fa547b6bebb82089a6615a7;p=lttng-ust.git diff --git a/src/lib/lttng-ust/events.h b/src/lib/lttng-ust/events.h index 3ef0dbcb..cfdbd2e0 100644 --- a/src/lib/lttng-ust/events.h +++ b/src/lib/lttng-ust/events.h @@ -316,8 +316,7 @@ int lttng_ust_context_set_provider_rcu(struct lttng_ust_ctx **_ctx, struct lttng_ust_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan), void (*get_value)(void *priv, struct lttng_ust_probe_ctx *probe_ctx, - struct lttng_ust_ctx_value *value), - void *priv) + struct lttng_ust_ctx_value *value)) __attribute__((visibility("hidden"))); void lttng_ust_context_set_session_provider(const char *name, @@ -327,8 +326,7 @@ void lttng_ust_context_set_session_provider(const char *name, struct lttng_ust_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan), void (*get_value)(void *priv, struct lttng_ust_probe_ctx *probe_ctx, - struct lttng_ust_ctx_value *value), - void *priv) + struct lttng_ust_ctx_value *value)) __attribute__((visibility("hidden"))); #endif /* _LTTNG_UST_EVENTS_INTERNAL_H */