Namepace struct lttng_session with lttng_ust_ prefix
[lttng-ust.git] / liblttng-ust / lttng-tracer-core.h
index 59b2700ee357b364b2e22a8475e67e611494c161..3216cdc1d813a8393d93d3b1a867492957995efe 100644 (file)
  */
 #define LTTNG_PROC_NS_PATH_MAX 40
 
-struct lttng_session;
+struct lttng_ust_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.0252 seconds and 4 git commands to generate.