Tracepoint API namespacing '__tp_provider' and '__tp_name'
[lttng-ust.git] / src / common / ust-fd.h
index ddebaa91affed11018a8a7dba95da981364021f6..eb9c525cbe80af985b5b3d020b1c5ac15c16ea44 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_fixup_fd_tracker_tls(void);
+
 #endif /* _LTTNG_UST_FD_H */
This page took 0.024515 seconds and 4 git commands to generate.