From 1bd9425ae9807e6ed78a64cdcd7056439dc8f9da Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Fri, 27 Nov 2020 11:02:45 -0500 Subject: [PATCH] Bump LTTNG_UST_EVENT_NOTIFIER_PADDING to 32 bytes Signed-off-by: Francis Deslauriers Signed-off-by: Mathieu Desnoyers Change-Id: Iad5de41f09c373cf1069e81996b1201e3c02e572 --- include/lttng/ust-abi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1