Fix: lazily dlopen 2.12 lttng-ust from liblttng-ust-fd.so symbol overrides
[lttng-ust.git] / src / lib / lttng-ust-common / fd-tracker.h
index 2432eaa47bdbe353afc38084872c72bab1208fc5..657d99eb3ff26441e3ca72d0b334a729e16e17f4 100644 (file)
@@ -13,4 +13,9 @@ void lttng_ust_fd_tracker_init(void)
 void lttng_ust_fd_tracker_alloc_tls(void)
        __attribute__((visibility("hidden")));
 
+#if !defined(LTTNG_UST_CUSTOM_UPGRADE_CONFLICTING_SYMBOLS)
+void *lttng_ust_safe_close_fd_init(void);
+void *lttng_ust_safe_fclose_stream_init(void);
+#endif
+
 #endif
This page took 0.025398 seconds and 5 git commands to generate.