X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=85038231588d4a3207d265635f9dafa8256649b7;hb=4b01076fea0f635af6af6762a8edce1be03e5d39;hp=4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5;hpb=9c3f3d0208bab524c94466b8cc6bb1dcbc4a906b;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index 4e6c4a5d..85038231 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -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 */