X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=src%2Fcommon%2Fevents.h;h=760628283eac06d0d531f636eefd037da917d538;hb=66d0d054fda6eb3c8066b2e1a180231aee23b644;hp=fdf95aede5c3b39e730b6889cd76c3f10d2f5629;hpb=8cd08025a83fe1907c6fd04f94c8f9ae362c3da7;p=lttng-ust.git diff --git a/src/common/events.h b/src/common/events.h index fdf95aed..76062828 100644 --- a/src/common/events.h +++ b/src/common/events.h @@ -18,6 +18,13 @@ #include "common/macros.h" #include "common/ust-context-provider.h" +/* + * The context procname length is part of the LTTng-UST ABI. + * TODO: At the next breaking protocol bump, all users of this macro + * should instead use LTTNG_UST_ABI_PROCNAME_LEN. + */ +#define LTTNG_UST_CONTEXT_PROCNAME_LEN 17 + struct lttng_ust_abi_obj; struct lttng_event_notifier_group; @@ -408,10 +415,13 @@ struct lttng_ust_abi_channel_config { void *unused3; void *unused4; int unused5; + unsigned int _deprecated1; + unsigned int _deprecated2; struct cds_list_head unused6; void *unused7; int unused8; void *unused9; + unsigned int _deprecated3:1; /* Channel ID */ unsigned int id;