Refactoring: context structures
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 59b2700ee357b364b2e22a8475e67e611494c161..325fb5f9f74d9cb817410d08ce84a01ad6739f91 100644 (file)
@@ -28,9 +28,9 @@
 struct lttng_session;
 struct lttng_channel;
 struct lttng_event;
-struct lttng_ctx_field;
+struct lttng_ust_ctx_field;
 struct lttng_ust_lib_ring_buffer_ctx;
-struct lttng_ctx_value;
+struct lttng_ust_ctx_value;
 struct lttng_ust_event_notifier;
 
 __attribute__((visibility("hidden")))
@@ -88,15 +88,15 @@ __attribute__((visibility("hidden")))
 ssize_t lttng_ust_read(int fd, void *buf, size_t len);
 
 __attribute__((visibility("hidden")))
-size_t lttng_ust_dummy_get_size(struct lttng_ctx_field *field, size_t offset);
+size_t lttng_ust_dummy_get_size(struct lttng_ust_ctx_field *field, size_t offset);
 
 __attribute__((visibility("hidden")))
-void lttng_ust_dummy_record(struct lttng_ctx_field *field,
+void lttng_ust_dummy_record(struct lttng_ust_ctx_field *field,
                 struct lttng_ust_lib_ring_buffer_ctx *ctx,
                 struct lttng_channel *chan);
 __attribute__((visibility("hidden")))
-void lttng_ust_dummy_get_value(struct lttng_ctx_field *field,
-               struct lttng_ctx_value *value);
+void lttng_ust_dummy_get_value(struct lttng_ust_ctx_field *field,
+               struct lttng_ust_ctx_value *value);
 
 __attribute__((visibility("hidden")))
 void lttng_event_notifier_notification_send(
This page took 0.024446 seconds and 4 git commands to generate.