Implement consumer ring buffer position sampling
[lttng-tools.git] / src / common / pipe.h
index 1a1087c10e12ed1d4b8a6637a8c3f635e1530044..2d4fc967d615d5520e20de6098c561ac49148850 100644 (file)
@@ -93,5 +93,11 @@ ssize_t lttng_pipe_read(struct lttng_pipe *pipe, void *buf, size_t count);
 LTTNG_HIDDEN
 ssize_t lttng_pipe_write(struct lttng_pipe *pipe, const void *buf,
                size_t count);
+/* Returns and releases the read end of the pipe. */
+LTTNG_HIDDEN
+int lttng_pipe_release_readfd(struct lttng_pipe *pipe);
+/* Returns and releases the write end of the pipe. */
+LTTNG_HIDDEN
+int lttng_pipe_release_writefd(struct lttng_pipe *pipe);
 
 #endif /* LTTNG_PIPE_H */
This page took 0.022723 seconds and 4 git commands to generate.