Rename lttng_ust_lib_ring_buffer to lttng_ust_ring_buffer
[lttng-ust.git] / src / lib / lttng-ust / events.h
index 9e28b4c3f2326b8f18bf2e174d6dd6d7f2496744..cd64a2d8ce8c894bbd570692805bd96a22a4ee0a 100644 (file)
@@ -300,7 +300,7 @@ struct lttng_ust_channel_buffer *lttng_ust_alloc_channel_buffer(void)
 void lttng_ust_free_channel_common(struct lttng_ust_channel_common *chan)
        __attribute__((visibility("hidden")));
 
-int lttng_ust_interpret_event_filter(struct lttng_ust_event_common *event,
+int lttng_ust_interpret_event_filter(const struct lttng_ust_event_common *event,
                const char *interpreter_stack_data,
                void *filter_ctx)
        __attribute__((visibility("hidden")));
@@ -322,7 +322,7 @@ int lttng_ust_add_app_context_to_ctx_rcu(const char *name, struct lttng_ust_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)
@@ -330,7 +330,7 @@ int lttng_ust_context_set_provider_rcu(struct lttng_ust_ctx **_ctx,
 
 void lttng_ust_context_set_session_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,
+               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)
This page took 0.023505 seconds and 4 git commands to generate.