ust-fd: Add close_range declaration
[lttng-ust.git] / src / common / ust-fd.h
index b6a078bf836b52b52ddf1dfb13c9a4f81fcb7778..85038231588d4a3207d265635f9dafa8256649b7 100644 (file)
@@ -25,7 +25,7 @@ void lttng_ust_unlock_fd_tracker(void);
 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);
+int lttng_ust_safe_close_range_fd(unsigned int first, unsigned int last, int flags,
+               int (*close_range_cb)(unsigned int, unsigned int, int));
 
 #endif /* _LTTNG_UST_FD_H */
This page took 0.02321 seconds and 4 git commands to generate.