X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Fust-comm.h;h=b9bbb39bbbeeea702d045e818096b5a188960417;hb=246be17ec5a99beae7cc40eede54b4958958d8fb;hp=ae53f158e83dc338ae09e43047ef8adda154a1fc;hpb=751d4e910613be142f5590ed91590a8e3f3299ef;p=lttng-ust.git diff --git a/include/ust-comm.h b/include/ust-comm.h index ae53f158..b9bbb39b 100644 --- a/include/ust-comm.h +++ b/include/ust-comm.h @@ -91,6 +91,9 @@ struct ustcomm_ust_msg { uint32_t reloc_offset; uint64_t seqnum; } LTTNG_PACKED filter; + struct { + uint32_t count; /* how many names follow */ + } LTTNG_PACKED exclusion; char padding[USTCOMM_MSG_PADDING2]; } u; } LTTNG_PACKED;