X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=8a2fa14c04e1c5f2247c6f303d750c7d932e5246;hb=4774c8f387042911d3256d29a06cfdbb8091bb10;hp=1e2b349f1aa29ca9f389f7afac48f9382b013d2f;hpb=b1caea5087d9c82c33033a43036d1b574fde6592;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 1e2b349f..8a2fa14c 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -181,10 +181,11 @@ struct lttng_enum { /* Event field description */ -#define LTTNG_UST_EVENT_FIELD_PADDING 32 +#define LTTNG_UST_EVENT_FIELD_PADDING 28 struct lttng_event_field { const char *name; struct lttng_type type; + unsigned int written; /* written into trace */ char padding[LTTNG_UST_EVENT_FIELD_PADDING]; };