X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=663ffbe353d454ba1ca47417e3ec3194b8068be5;hb=32ce85691c17b331072b1c0df96f69e8b388d134;hp=c87a82c00a87277ec0b1144c31104ed385c96835;hpb=c352d3a43a6bb0d875112699ee6ef3b9f8962150;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index c87a82c0..663ffbe3 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -420,8 +420,8 @@ struct lttng_channel { /* Event ID management */ struct lttng_session *session; int objd; /* Object associated to channel */ - unsigned int free_event_id; /* Next event ID to allocate */ - unsigned int used_event_id; /* Max allocated event IDs */ + unsigned int _deprecated1; + unsigned int _deprecated2; struct cds_list_head node; /* Channel list in session */ const struct lttng_channel_ops *ops; int header_type; /* 0: unset, 1: compact, 2: large */ @@ -455,13 +455,14 @@ struct lttng_session { struct cds_list_head events_head; /* list of events */ struct cds_list_head _deprecated1; struct cds_list_head node; /* Session list */ - unsigned int free_chan_id; /* Next chan ID to allocate */ + int _deprecated2; unsigned int metadata_dumped:1; /* New UST 2.1 */ /* List of enablers */ struct cds_list_head enablers_head; struct lttng_ust_event_ht events_ht; /* ht of events */ + void *owner; /* object owner */ }; struct lttng_transport {