X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fust-fd.h;h=4e6c4a5d2bd6e729bf1209d49f29a05a79ba99f5;hb=4159f02937a2740abd7f5b113f376b198a86bc71;hp=ddebaa91affed11018a8a7dba95da981364021f6;hpb=9d315d6d74aac2986b10d708c864d152a0febec7;p=lttng-ust.git diff --git a/src/common/ust-fd.h b/src/common/ust-fd.h index ddebaa91..4e6c4a5d 100644 --- a/src/common/ust-fd.h +++ b/src/common/ust-fd.h @@ -11,11 +11,12 @@ * 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 -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);