This symbol is part of the ABI between liblttng-ust-dl and liblltng-ust
and is not part of the public API.
Change-Id: Ic2a12568b8e0d78ec3493e644c797df1cf87c63b
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
*/
void lttng_ust_context_procname_reset(void);
-void lttng_ust_dl_update(void *ip);
-
#ifdef __cplusplus
}
#endif
#include <ust-helper.h>
#include "usterr-signal-safe.h"
+#include "../liblttng-ust/ust-events-internal.h"
+
/* Include link.h last else it conflicts with ust-dlfcn. */
#include <link.h>
/* This is ABI between liblttng-ust and liblttng-ust-ctl */
struct lttng_transport *lttng_ust_transport_find(const char *name);
+/* This is ABI between liblttng-ust and liblttng-ust-dl */
+void lttng_ust_dl_update(void *ip);
+
__attribute__((visibility("hidden")))
void lttng_probe_provider_unregister_events(struct lttng_ust_probe_desc *desc);