X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=libust%2Fltt-events.c;h=f48d72b6abf95575cbb888e40716b98883e3eb54;hb=003fedf4968e55d8f7711faf784a37d2804c3a21;hp=4a9a8a72c465fc8536c95d7c086ccb05bbafcb32;hpb=636c5aa4d9b6b58e291aa4c18f791cd39089724b;p=lttng-ust.git diff --git a/libust/ltt-events.c b/libust/ltt-events.c index 4a9a8a72..f48d72b6 100644 --- a/libust/ltt-events.c +++ b/libust/ltt-events.c @@ -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; @@ -1001,7 +1001,7 @@ void ltt_transport_unregister(struct ltt_transport *transport) cds_list_del(&transport->node); } -void ltt_events_exit(void) +void lttng_ust_events_exit(void) { struct ltt_session *session, *tmpsession;