From 7489127501e3e74de4a99875fa1078bc490ad2a6 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 8 Mar 2021 11:59:40 -0500 Subject: [PATCH] Remove ring buffer client callbacks from public headers This is an API change but the major SONAME bump to '1' gives us the opportunity to hide symbols that should have been private from the start. Change-Id: I41292fc7e18764abf8ba53860ecab568a4c7a88a Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- include/lttng/ust-events.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 456a5b26..bcb623f8 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -778,10 +778,6 @@ void lttng_context_vegid_reset(void); void lttng_context_vsgid_reset(void); -extern const struct lttng_ust_client_lib_ring_buffer_client_cb *lttng_client_callbacks_metadata; -extern const struct lttng_ust_client_lib_ring_buffer_client_cb *lttng_client_callbacks_discard; -extern const struct lttng_ust_client_lib_ring_buffer_client_cb *lttng_client_callbacks_overwrite; - struct lttng_transport *lttng_transport_find(const char *name); int lttng_probes_get_event_list(struct lttng_ust_tracepoint_list *list); -- 2.34.1