Rename ringbuffer-context.h to ust-ringbuffer-context.h
[lttng-ust.git] / src / lib / lttng-ust / lttng-tracer-core.h
index 4c93428a87b95902119614b9777af83ea8f8c457..ade4636a7bee7fc78f1067e7ca58fa41eee586e9 100644 (file)
 #include <urcu/arch.h>
 #include <urcu/list.h>
 #include <lttng/ust-tracer.h>
-#include <lttng/ringbuffer-context.h>
+#include <lttng/ust-ringbuffer-context.h>
 #include "common/logging.h"
 
 struct lttng_ust_session;
 struct lttng_ust_channel_buffer;
 struct lttng_ust_ctx_field;
-struct lttng_ust_lib_ring_buffer_ctx;
+struct lttng_ust_ring_buffer_ctx;
 struct lttng_ust_ctx_value;
 struct lttng_ust_event_recorder;
 struct lttng_ust_event_notifier;
@@ -79,7 +79,7 @@ ssize_t lttng_ust_read(int fd, void *buf, size_t len)
 size_t lttng_ust_dummy_get_size(void *priv, size_t offset)
        __attribute__((visibility("hidden")));
 
-void lttng_ust_dummy_record(void *priv, struct lttng_ust_lib_ring_buffer_ctx *ctx,
+void lttng_ust_dummy_record(void *priv, struct lttng_ust_ring_buffer_ctx *ctx,
                 struct lttng_ust_channel_buffer *chan)
        __attribute__((visibility("hidden")));
 
This page took 0.024981 seconds and 4 git commands to generate.