X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=797a06b6e5e33d1e94552bdb9dffdf4fd0ac9df2;hb=f76a0a7517f00d890581f42a98e4f7a896a64fa7;hp=8c2469e42a2a7194449e796f57095718d0db0232;hpb=f1d4b8107c7bc613be855c6b0b15c4405e1edbf2;p=lttng-ust.git diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index 8c2469e4..797a06b6 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -98,7 +98,7 @@ struct lttng_ust_stream { */ } LTTNG_PACKED; -#define LTTNG_UST_EVENT_PADDING1 16 +#define LTTNG_UST_EVENT_PADDING1 15 #define LTTNG_UST_EVENT_PADDING2 (LTTNG_UST_SYM_NAME_LEN + 32) struct lttng_ust_event { enum lttng_ust_instrumentation instrumentation; @@ -106,6 +106,7 @@ struct lttng_ust_event { enum lttng_ust_loglevel_type loglevel_type; int loglevel; /* value, -1: all */ + char disabled; char padding[LTTNG_UST_EVENT_PADDING1]; /* Per instrumentation type configuration */