X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fust-abi-internal.h;h=413302c3266d209345cf275a5f0fd38a65b0ab57;hp=0f12be08391cc750d0ced61b6b83cccbeb254c89;hb=refs%2Fheads%2Fsow-2020-0002-rev2;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735 diff --git a/src/bin/lttng-sessiond/ust-abi-internal.h b/src/bin/lttng-sessiond/ust-abi-internal.h index 0f12be083..413302c32 100644 --- a/src/bin/lttng-sessiond/ust-abi-internal.h +++ b/src/bin/lttng-sessiond/ust-abi-internal.h @@ -95,6 +95,7 @@ struct lttng_ust_event { enum lttng_ust_loglevel_type loglevel_type; int loglevel; /* value, -1: all */ + uint64_t token; char padding[LTTNG_UST_EVENT_PADDING1]; /* Per instrumentation type configuration */ @@ -109,9 +110,10 @@ struct lttng_ust_event_notifier { char padding[LTTNG_UST_EVENT_NOTIFIER_PADDING]; } LTTNG_PACKED; -#define LTTNG_UST_EVENT_NOTIFIER_NOTIFICATION_PADDING 34 +#define LTTNG_UST_EVENT_NOTIFIER_NOTIFICATION_PADDING 32 struct lttng_ust_event_notifier_notification { uint64_t token; + uint16_t capture_buf_size; char padding[LTTNG_UST_EVENT_NOTIFIER_NOTIFICATION_PADDING]; } LTTNG_PACKED;