X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng-ust-comm.h;h=d792074e3810eb5a0ed5e54428cdc4a10a27b4a7;hb=381c0f1ef474e0ae8a96b3753470ca4bda45c764;hp=a5220a436bc6e13d06bbc3a663fead7bea842549;hpb=4e2ee1f5ad0b837440f3b850e971f25db209cca1;p=lttng-ust.git diff --git a/include/lttng-ust-comm.h b/include/lttng-ust-comm.h index a5220a43..d792074e 100644 --- a/include/lttng-ust-comm.h +++ b/include/lttng-ust-comm.h @@ -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; };