From: Michael Jeanson Date: Mon, 8 Mar 2021 16:59:40 +0000 (-0500) Subject: Remove ring buffer client callbacks from public headers X-Git-Tag: v2.13.0-rc1~344 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=7489127501e3e74de4a99875fa1078bc490ad2a6;p=lttng-ust.git 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 --- 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);