X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;h=69e07ec9e8c1c1bdab70959a71a20ffce7d80117;hb=850550e0086f407ee5cd45d9d9893a463e4692dc;hp=b00dbb442143f2e06cbd41c17eaf49bdd08f2146;hpb=3c5d75828a6c8e7469378bbcc73d63043b619d0e;p=lttng-ust.git 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