X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=9d14583c2135ba0db104410457f091dfc4148850;hb=df09bde567961bdf9cdda26f9737e3bbffd5cea9;hp=ddebaa91affed11018a8a7dba95da981364021f6;hpb=e4db8f987126e1c1e586e5ae1e1ba73d0ab43438;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index ddebaa91..9d14583c 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -11,6 +11,8 @@ * 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 @@ -25,4 +27,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 */