Move fd-tracker to liblttng-ust-common
[lttng-ust.git] / src / common / ust-fd.h
index ddebaa91affed11018a8a7dba95da981364021f6..9d14583c2135ba0db104410457f091dfc4148850 100644 (file)
@@ -11,6 +11,8 @@
  * The fd tracker feature is part of the ABI and used by liblttng-ust-fd.
  * However, some test code and documentation needs to be written before it is
  * exposed to users with a public header.
+ *
+ * These symbols are provided by 'liblttng-ust-common'.
  */
 
 #include <stdio.h>
@@ -25,4 +27,6 @@ int lttng_ust_safe_close_fd(int fd, int (*close_cb)(int));
 int lttng_ust_safe_fclose_stream(FILE *stream, int (*fclose_cb)(FILE *stream));
 int lttng_ust_safe_closefrom_fd(int lowfd, int (*close_cb)(int));
 
+void lttng_ust_fixup_fd_tracker_tls(void);
+
 #endif /* _LTTNG_UST_FD_H */
This page took 0.023218 seconds and 4 git commands to generate.