X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=inline;f=include%2Flttng%2Fabi.h;h=37d6312938f6eed20bf35eb6ce558083a6f7bb08;hb=2af7b13b53e4b92d3e76b74e5f1a7e0c26e58e9c;hp=843acbe72fc5f51af91c679eba6f27793d872bb3;hpb=99f52fcce5865809584c1e022bca1409702ea292;p=lttng-modules.git diff --git a/include/lttng/abi.h b/include/lttng/abi.h index 843acbe7..37d63129 100644 --- a/include/lttng/abi.h +++ b/include/lttng/abi.h @@ -138,12 +138,12 @@ struct lttng_kernel_event { } u; } __attribute__((packed)); -#define LTTNG_KERNEL_EVENT_NOTIFIER_PADDING1 16 +#define LTTNG_KERNEL_EVENT_NOTIFIER_PADDING 32 struct lttng_kernel_event_notifier { struct lttng_kernel_event event; uint64_t error_counter_index; - char padding[LTTNG_KERNEL_EVENT_NOTIFIER_PADDING1]; + char padding[LTTNG_KERNEL_EVENT_NOTIFIER_PADDING]; } __attribute__((packed)); enum lttng_kernel_counter_arithmetic {