X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Ffd-handle.h;fp=src%2Fcommon%2Ffd-handle.h;h=dab9e2bfaccab4017502f079aba83f5b2fe27e04;hp=4463f30055ee0996146220ac4095a513e1bc5813;hb=ca806b0b247f89c62ac628a7779ae84049a8c2d7;hpb=a4705d55c62276cb913c64832f383e27aa72668b diff --git a/src/common/fd-handle.h b/src/common/fd-handle.h index 4463f3005..dab9e2bfa 100644 --- a/src/common/fd-handle.h +++ b/src/common/fd-handle.h @@ -19,15 +19,12 @@ struct fd_handle; /* Create a file descriptor handle. */ -LTTNG_HIDDEN struct fd_handle *fd_handle_create(int fd); /* Acquire reference to a file descriptor handle. */ -LTTNG_HIDDEN void fd_handle_get(struct fd_handle *handle); /* Release reference to a file descriptor handle. */ -LTTNG_HIDDEN void fd_handle_put(struct fd_handle *handle); /* @@ -35,7 +32,6 @@ void fd_handle_put(struct fd_handle *handle); * * This function can't fail. */ -LTTNG_HIDDEN int fd_handle_get_fd(struct fd_handle *handle); /* @@ -46,7 +42,6 @@ int fd_handle_get_fd(struct fd_handle *handle); * the system documentation for the semantics of dup() for this particular file * descriptor type. */ -LTTNG_HIDDEN struct fd_handle *fd_handle_copy(const struct fd_handle *handle); #endif /* FS_HANDLE_H */