X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fust-fd.h;h=327a5f95086520d17576d61911c6c14885202d7a;hb=01be959de2f1879fcd54a47a74ff443e2ef12f90;hp=a0155251f4a55a2918e078880e3682dc92a47dc8;hpb=8ca5fb48f84862619c4b780beaf37b347494b372;p=lttng-ust.git diff --git a/include/ust-fd.h b/include/ust-fd.h index a0155251..327a5f95 100644 --- a/include/ust-fd.h +++ b/include/ust-fd.h @@ -31,6 +31,7 @@ int lttng_ust_add_fd_to_tracker(int fd); void lttng_ust_delete_fd_from_tracker(int fd); void lttng_ust_lock_fd_tracker(void); void lttng_ust_unlock_fd_tracker(void); +void lttng_ust_fd_tracker_register_thread(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));