X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=eb9c525cbe80af985b5b3d020b1c5ac15c16ea44;hb=fca97dfd73a96bbf964c39e7f3a21fe70cccee96;hp=9d14583c2135ba0db104410457f091dfc4148850;hpb=df09bde567961bdf9cdda26f9737e3bbffd5cea9;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index 9d14583c..eb9c525c 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -17,7 +17,6 @@ #include -void lttng_ust_init_fd_tracker(void); 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);