Export consumer ABI, implement ring buffer modifications for consumer
[lttng-ust.git] / include / ust / lttng-ust-abi.h
index 73eb61f3f4d11cbb48c0dd4ead8a1b7a98f7c548..ef1e7e542548140f612bcfeaef94d5cdb7c28483 100644 (file)
@@ -41,6 +41,10 @@ struct lttng_ust_channel {
        unsigned int switch_timer_interval;     /* usecs */
        unsigned int read_timer_interval;       /* usecs */
        enum lttng_ust_output output;           /* output mode */
+       /* The following fields are used internally within UST. */
+       int shm_fd;
+       int wait_fd;
+       uint64_t memory_map_size;
 };
 
 /*
This page took 0.023277 seconds and 4 git commands to generate.