X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=85fdfaa257605f36ebbd7d99030e8f3ca32e97b9;hp=255f7c42eeae2c9a3f447ce445f16fa6d62c97dc;hb=4634f12e972571bf8ab9cb3892e1d472aa7e0ddc;hpb=9c48cab3239afea25eba069a9869a59ecd310c03 diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 255f7c42e..85fdfaa25 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -226,7 +226,7 @@ struct lttng_event_function_attr { * * The structures should be initialized to zero before use. */ -#define LTTNG_EVENT_PADDING1 15 +#define LTTNG_EVENT_PADDING1 14 #define LTTNG_EVENT_PADDING2 LTTNG_SYMBOL_NAME_LEN + 32 struct lttng_event { enum lttng_event_type type; @@ -238,6 +238,7 @@ struct lttng_event { int32_t enabled; /* Does not apply: -1 */ pid_t pid; unsigned char filter; /* filter enabled ? */ + unsigned char exclusion; /* exclusions added ? */ char padding[LTTNG_EVENT_PADDING1];