X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng-ust-comm.h;h=2e5c7173c40668e6ca76c78d156aa911f660c020;hb=193183fb924aef705f30358e54e7386a3a64c78d;hp=a5220a436bc6e13d06bbc3a663fead7bea842549;hpb=58d4b2a2484f1d6277c5553a661cf161a9de9af3;p=lttng-ust.git diff --git a/include/lttng-ust-comm.h b/include/lttng-ust-comm.h index a5220a43..2e5c7173 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,12 @@ 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; } u; };