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