Custom upgrade: suffix lttng_ust_dl_update with 1
[lttng-ust.git] / src / common / events.h
index 760628283eac06d0d531f636eefd037da917d538..fe7f4ae3d2402d032f391559b8532bef346ae8aa 100644 (file)
@@ -13,6 +13,7 @@
 #include <urcu/list.h>
 #include <urcu/hlist.h>
 
+#include <lttng/ust-config.h>
 #include <lttng/ust-events.h>
 
 #include "common/macros.h"
@@ -580,6 +581,10 @@ struct lttng_enabler *lttng_event_notifier_enabler_as_enabler(
 }
 
 
+/* Custom upgrade 2.12 to 2.13 */
+#ifndef LTTNG_UST_CUSTOM_UPGRADE_CONFLICTING_SYMBOLS
+#define lttng_ust_dl_update            lttng_ust_dl_update1
+#endif
 
 /* This is ABI between liblttng-ust and liblttng-ust-dl */
 void lttng_ust_dl_update(void *ip);
This page took 0.024904 seconds and 5 git commands to generate.