X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2Flttng-ust%2Flttng-context.c;h=046f2a85e86955aef62195321dd08dcbbdd43add;hb=10937ee5c85456292ce4e8d67c9ac7bc37caf974;hp=aeafa9fc255dcb11ca6288ba52dae2947fdaba6d;hpb=6339062a5bbe886493d0691d13e28e37a7206362;p=lttng-ust.git diff --git a/src/lib/lttng-ust/lttng-context.c b/src/lib/lttng-ust/lttng-context.c index aeafa9fc..046f2a85 100644 --- a/src/lib/lttng-ust/lttng-context.c +++ b/src/lib/lttng-ust/lttng-context.c @@ -18,7 +18,7 @@ #include #include #include -#include "tracepoint-internal.h" +#include "common/tracepoint.h" #include "context-internal.h" @@ -255,7 +255,7 @@ void lttng_destroy_context(struct lttng_ust_ctx *ctx) int lttng_ust_context_set_provider_rcu(struct lttng_ust_ctx **_ctx, const char *name, size_t (*get_size)(void *priv, size_t offset), - void (*record)(void *priv, struct lttng_ust_lib_ring_buffer_ctx *ctx, + void (*record)(void *priv, struct lttng_ust_ring_buffer_ctx *ctx, struct lttng_ust_channel_buffer *chan), void (*get_value)(void *priv, struct lttng_ust_ctx_value *value), void *priv)