X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Fsessiond-comm%2Fsessiond-comm.h;h=79091e34873a171599b7eabe90a72884c491766c;hp=1e0ee5d450004bfea111e36b2447cac4bae52842;hb=d7af356516e141af378869ba9a21a623439ccdcb;hpb=caafa356e8d01136385864c5e74b85387fa2bf71 diff --git a/src/common/sessiond-comm/sessiond-comm.h b/src/common/sessiond-comm/sessiond-comm.h index 1e0ee5d45..79091e348 100644 --- a/src/common/sessiond-comm/sessiond-comm.h +++ b/src/common/sessiond-comm/sessiond-comm.h @@ -336,6 +336,9 @@ struct lttng_event_exclusion { char names[0][LTTNG_SYMBOL_NAME_LEN]; } LTTNG_PACKED; +#define LTTNG_EVENT_EXCLUSION_NAME_AT(_exclusion, _i) \ + (&(_exclusion)->names[_i][0]) + /* * Data structure for the response from sessiond to the lttng client. */