X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng-consumer.h;fp=include%2Flttng%2Flttng-consumer.h;h=7751570efef38cfde7319b97bb3f114381c7b793;hp=a0277cf042bddd5fc561a31864fceb8e243897bf;hb=b5c5fc2947ec79834e054e0117414b717faeee4d;hpb=ee77a7b0829d9976d3a899cfc9847f83e042ecc9 diff --git a/include/lttng/lttng-consumer.h b/include/lttng/lttng-consumer.h index a0277cf04..7751570ef 100644 --- a/include/lttng/lttng-consumer.h +++ b/include/lttng/lttng-consumer.h @@ -83,6 +83,8 @@ struct lttng_consumer_channel { size_t mmap_len; struct lttng_ust_shm_handle *handle; int nr_streams; + int shm_fd_is_copy; + int wait_fd_is_copy; }; /* Forward declaration for UST. */ @@ -110,6 +112,8 @@ struct lttng_consumer_stream { void *mmap_base; size_t mmap_len; enum lttng_event_output output; /* splice or mmap */ + int shm_fd_is_copy; + int wait_fd_is_copy; /* For UST */ struct lttng_ust_lib_ring_buffer *buf; int cpu;