X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=src%2Fcommon%2Fconsumer.h;h=59499f5b511816eaf185782283271ac949f64345;hb=d36f818641aba7c437cde1f9f6a8983af39cfa21;hp=2003cbe43003f304c7bf60387416b9a5c8a1da76;hpb=567eb353c7f88e2fdaa106eb7e0a38dbb8717792;p=lttng-tools.git diff --git a/src/common/consumer.h b/src/common/consumer.h index 2003cbe43..59499f5b5 100644 --- a/src/common/consumer.h +++ b/src/common/consumer.h @@ -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.