Fix: minor rephrasing of the lttng.1 man page
[lttng-tools.git] / src / common / consumer.h
index 2003cbe43003f304c7bf60387416b9a5c8a1da76..59499f5b511816eaf185782283271ac949f64345 100644 (file)
@@ -221,6 +221,8 @@ struct lttng_consumer_stream {
        int out_fd; /* output file to write the data */
        /* Write position in the output file descriptor */
        off_t out_fd_offset;
+       /* Amount of bytes written to the output */
+       uint64_t output_written;
        enum lttng_consumer_stream_state state;
        int shm_fd_is_copy;
        int data_read;
@@ -490,7 +492,7 @@ struct lttng_consumer_global_data {
 /*
  * Init consumer data structures.
  */
-void lttng_consumer_init(void);
+int lttng_consumer_init(void);
 
 /*
  * Set the error socket for communication with a session daemon.
This page took 0.025879 seconds and 4 git commands to generate.