X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=liblttng-ust%2Fust-events-internal.h;h=0cec28704e2bb5d949e3ac4ec0957d8bc0d548f2;hb=ba99fbe29216df4090f308bbe805bd93db470938;hp=ec2b8e4b67ca2858229075480d222bebe1959608;hpb=808edfc82d5518fb99f5fdc781c74dcf61d8e770;p=lttng-ust.git diff --git a/liblttng-ust/ust-events-internal.h b/liblttng-ust/ust-events-internal.h index ec2b8e4b..0cec2870 100644 --- a/liblttng-ust/ust-events-internal.h +++ b/liblttng-ust/ust-events-internal.h @@ -214,19 +214,19 @@ struct lttng_ust_event_recorder_private { struct lttng_ust_event_common_private parent; struct lttng_ust_event_recorder *pub; /* Public event interface */ - struct cds_list_head node; /* Event list in session */ - struct cds_hlist_node hlist; /* session ht of events */ + struct cds_list_head node; /* Event recorder list */ + struct cds_hlist_node hlist; /* Hash table of event recorders */ }; struct lttng_ust_event_notifier_private { struct lttng_ust_event_common_private parent; struct lttng_ust_event_notifier *pub; /* Public event notifier interface */ - struct cds_hlist_node hlist; /* hashtable of event_notifiers */ - struct cds_list_head node; /* event_notifier list in session */ struct lttng_event_notifier_group *group; /* weak ref */ size_t num_captures; /* Needed to allocate the msgpack array. */ uint64_t error_counter_index; + struct cds_list_head node; /* Event notifier list */ + struct cds_hlist_node hlist; /* Hash table of event notifiers */ }; struct lttng_ust_bytecode_runtime_private {