Add close_range wrapper to liblttng-ust-fd.so
[lttng-ust.git] / src / common / ust-fd.h
index 4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5..85038231588d4a3207d265635f9dafa8256649b7 100644 (file)
@@ -25,5 +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));
+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.022638 seconds and 4 git commands to generate.