libust ABI: export streams
[lttng-ust.git] / include / lttng-ust-comm.h
index a5220a436bc6e13d06bbc3a663fead7bea842549..d792074e3810eb5a0ed5e54428cdc4a10a27b4a7 100644 (file)
@@ -126,6 +126,7 @@ struct lttcomm_ust_msg {
        union {
                struct lttng_ust_tracer_version version;
                struct lttng_ust_channel channel;
+               struct lttng_ust_stream stream;
                struct lttng_ust_event event;
                struct lttng_ust_context context;
        } u;
@@ -141,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;
+               } stream;
        } u;
 };
 
This page took 0.024665 seconds and 4 git commands to generate.