X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.h;h=575fbf0194f7474662053717c29a0fcef1b2339d;hp=c38ed37458c8899edea5ee4a0fe6b486c75a53df;hb=795d57ce3012980e16a9493f5ba8c6ac91a9d07e;hpb=b12c38dfb3ff3b7333ac79cf06e009199d203957 diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index c38ed3745..575fbf019 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -359,6 +359,14 @@ struct lttcomm_event_extended_header { * This size includes the terminal null character. */ uint32_t filter_len; + + /* + * Number of exclusion names, immediately following the filter + * string. Each exclusion name has a fixed length of + * LTTNG_SYMBOL_NAME_LEN bytes, including the terminal null + * character. + */ + uint32_t nb_exclusions; } LTTNG_PACKED; /*