Remove ring buffer client callbacks from public headers
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 8 Mar 2021 16:59:40 +0000 (11:59 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 8 Mar 2021 17:43:04 +0000 (12:43 -0500)
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 <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
include/lttng/ust-events.h

index 456a5b26ca1f1997b83453613ff7215ae77ae5f6..bcb623f82a1568cc86e0220c36836ebcbad6f70f 100644 (file)
@@ -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);
This page took 0.024857 seconds and 4 git commands to generate.