X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Flttng%2Fust-abi.h;fp=include%2Flttng%2Fust-abi.h;h=69e07ec9e8c1c1bdab70959a71a20ffce7d80117;hb=1bd9425ae9807e6ed78a64cdcd7056439dc8f9da;hp=b00dbb442143f2e06cbd41c17eaf49bdd08f2146;hpb=185c782861fe6ed224d14293afc57c46ab5e7aed;p=deliverable%2Flttng-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