Rename all 'fixup_tls' functions to 'alloc_tls'
[lttng-ust.git] / src / common / ust-fd.h
index ddebaa91affed11018a8a7dba95da981364021f6..b6a078bf836b52b52ddf1dfb13c9a4f81fcb7778 100644 (file)
  * 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>
 
-void lttng_ust_init_fd_tracker(void);
 int lttng_ust_add_fd_to_tracker(int fd);
 void lttng_ust_delete_fd_from_tracker(int fd);
 void lttng_ust_lock_fd_tracker(void);
@@ -25,4 +26,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_fd_tracker_alloc_tls(void);
+
 #endif /* _LTTNG_UST_FD_H */
This page took 0.023785 seconds and 4 git commands to generate.