Move lttng_ust_dl_update to private ABI
authorMichael Jeanson <mjeanson@efficios.com>
Fri, 12 Mar 2021 15:50:00 +0000 (10:50 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 16 Mar 2021 16:45:19 +0000 (12:45 -0400)
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>
include/lttng/ust-events.h
liblttng-ust-dl/lttng-ust-dl.c
liblttng-ust/ust-events-internal.h

index a13156b8b749d37d177058ee2a5a7136f54b78f4..809c056d660662b5ac537e6798811a85c939e940 100644 (file)
@@ -616,8 +616,6 @@ void lttng_ust_probe_unregister(struct lttng_ust_probe_desc *desc);
  */
 void lttng_ust_context_procname_reset(void);
 
-void lttng_ust_dl_update(void *ip);
-
 #ifdef __cplusplus
 }
 #endif
index b2e43b9613847318839bfb3e0eb82abfcccb871a..7d78f1d06ef0e77cca51e3dcdbde3f06659c9e72 100644 (file)
@@ -19,6 +19,8 @@
 #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>
 
index 01beb165eb75da1ff71c923efe4fac4a4ad5fca4..51411defe98830c7b2ed0f32cd0c67257d873798 100644 (file)
@@ -599,6 +599,9 @@ void lttng_transport_unregister(struct lttng_transport *transport);
 /* 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);
 
This page took 0.028733 seconds and 4 git commands to generate.