Rename struct lib_ring_buffer* to struct lttng_ust_lib_ring_buffer*
[lttng-ust.git] / libust / ltt-events.c
index 4a9a8a72c465fc8536c95d7c086ccb05bbafcb32..91842bc015c3bf08631654d64a7713df84d058ea 100644 (file)
@@ -495,7 +495,7 @@ void _ltt_event_destroy(struct ltt_event *event)
 int lttng_metadata_printf(struct ltt_session *session,
                          const char *fmt, ...)
 {
-       struct lib_ring_buffer_ctx ctx;
+       struct lttng_ust_lib_ring_buffer_ctx ctx;
        struct ltt_channel *chan = session->metadata;
        char *str = NULL;
        int ret = 0, waitret;
This page took 0.024845 seconds and 4 git commands to generate.