Expose a common alloc_tls for liblttng-ust-common
[lttng-ust.git] / src / common / ust-fd.h
index ddebaa91affed11018a8a7dba95da981364021f6..4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5 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);
This page took 0.024722 seconds and 4 git commands to generate.