X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Flttng.h;h=0c32d941af6e17e859a41857c0d800d7be0cb5c2;hb=fceb65dfca20fb1e2071a44ada9fe61384d2b890;hp=598abe07777d4b8594219e980ed242795d74b31d;hpb=53a80697a772bc2e260e3dff006f910be6709f04;p=lttng-tools.git diff --git a/include/lttng/lttng.h b/include/lttng/lttng.h index 598abe077..0c32d941a 100644 --- a/include/lttng/lttng.h +++ b/include/lttng/lttng.h @@ -269,7 +269,7 @@ struct lttng_event_function_attr { * * The structures should be initialized to zero before use. */ -#define LTTNG_EVENT_PADDING1 16 +#define LTTNG_EVENT_PADDING1 15 #define LTTNG_EVENT_PADDING2 LTTNG_SYMBOL_NAME_LEN + 32 struct lttng_event { enum lttng_event_type type; @@ -280,6 +280,7 @@ struct lttng_event { int32_t enabled; /* Does not apply: -1 */ pid_t pid; + unsigned char filter; /* filter enabled ? */ char padding[LTTNG_EVENT_PADDING1];