From: Francis Deslauriers Date: Fri, 27 Nov 2020 16:02:45 +0000 (-0500) Subject: Bump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes X-Git-Tag: v2.13.0-rc1~423 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=1bd9425ae9807e6ed78a64cdcd7056439dc8f9da Bump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: Iad5de41f09c373cf1069e81996b1201e3c02e572 --- diff --git a/include/lttng/ust-abi.h b/include/lttng/ust-abi.h index b00dbb44..69e07ec9 100644 --- a/include/lttng/ust-abi.h +++ b/include/lttng/ust-abi.h @@ -154,11 +154,11 @@ struct lttng_ust_event { } u; } LTTNG_PACKED; -#define LTTNG_UST_EVENT_NOTIFIER_PADDING1 16 +#define LTTNG_UST_EVENT_NOTIFIER_PADDING 32 struct lttng_ust_event_notifier { struct lttng_ust_event event; uint64_t error_counter_index; - char padding[LTTNG_UST_EVENT_NOTIFIER_PADDING1]; + char padding[LTTNG_UST_EVENT_NOTIFIER_PADDING]; } LTTNG_PACKED; #define LTTNG_EVENT_NOTIFIER_NOTIFICATION_PADDING 32