X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=b6a078bf836b52b52ddf1dfb13c9a4f81fcb7778;hb=a9fd951a21f28704ffdfd4217766f725a217208b;hp=eb9c525cbe80af985b5b3d020b1c5ac15c16ea44;hpb=95fa2ba4fbbfac95bca6f437b2bb4389789b21eb;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index eb9c525c..b6a078bf 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -26,6 +26,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); +void lttng_ust_fd_tracker_alloc_tls(void); #endif /* _LTTNG_UST_FD_H */