X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Fust-fd.h;fp=include%2Fust-fd.h;h=a0155251f4a55a2918e078880e3682dc92a47dc8;hb=71ac53cda3453731ec15993e9d59c79c0f2e9729;hp=327a5f95086520d17576d61911c6c14885202d7a;hpb=8691397af304ca1d25170e04fab54a123362b90e;p=lttng-ust.git diff --git a/include/ust-fd.h b/include/ust-fd.h index 327a5f95..a0155251 100644 --- a/include/ust-fd.h +++ b/include/ust-fd.h @@ -31,7 +31,6 @@ 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));