Export consumer ABI, implement ring buffer modifications for consumer
[lttng-ust.git] / include / lttng-ust-comm.h
index d792074e3810eb5a0ed5e54428cdc4a10a27b4a7..2e5c7173c40668e6ca76c78d156aa911f660c020 100644 (file)
@@ -142,6 +142,9 @@ struct lttcomm_ust_reply {
        uint32_t ret_code;      /* enum enum lttcomm_return_code */
        uint32_t ret_val;       /* return value */
        union {
+               struct {
+                       uint64_t memory_map_size;
+               } channel;
                struct {
                        uint64_t memory_map_size;
                } stream;
This page took 0.022925 seconds and 4 git commands to generate.