From 003fedf4968e55d8f7711faf784a37d2804c3a21 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 3 Nov 2011 11:39:42 -0400 Subject: [PATCH] Rename ltt_events_exit to lttng_ust_events_exit Signed-off-by: Mathieu Desnoyers --- include/ust/lttng-ust-abi.h | 2 +- libust/ltt-events.c | 2 +- libust/lttng-ust-comm.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/ust/lttng-ust-abi.h b/include/ust/lttng-ust-abi.h index 5b025aea..f16e863f 100644 --- a/include/ust/lttng-ust-abi.h +++ b/include/ust/lttng-ust-abi.h @@ -153,6 +153,6 @@ const struct objd_ops *objd_ops(int id); int objd_unref(int id); void lttng_ust_abi_exit(void); -void ltt_events_exit(void); +void lttng_ust_events_exit(void); #endif /* _LTTNG_UST_ABI_H */ diff --git a/libust/ltt-events.c b/libust/ltt-events.c index 91842bc0..f48d72b6 100644 --- a/libust/ltt-events.c +++ b/libust/ltt-events.c @@ -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; diff --git a/libust/lttng-ust-comm.c b/libust/lttng-ust-comm.c index 5f518125..a38c5733 100644 --- a/libust/lttng-ust-comm.c +++ b/libust/lttng-ust-comm.c @@ -819,7 +819,7 @@ void lttng_ust_cleanup(int exiting) cleanup_sock_info(&local_apps); } lttng_ust_abi_exit(); - ltt_events_exit(); + lttng_ust_events_exit(); ltt_ring_buffer_client_discard_exit(); ltt_ring_buffer_client_overwrite_exit(); ltt_ring_buffer_metadata_client_exit(); -- 2.34.1