X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fevents-internal.h;h=ee052dd1fb8056e6f87af1bfdf26099136feae95;hb=f237aef8019a982e3577e64895e5b4ae5cb5a968;hp=5a1b91604efae411dd3e42c9a2be196090c748a7;hpb=8bff0fc3a53e182b6fdc8f70cedc564adc435afa;p=lttng-modules.git diff --git a/include/lttng/events-internal.h b/include/lttng/events-internal.h index 5a1b9160..ee052dd1 100644 --- a/include/lttng/events-internal.h +++ b/include/lttng/events-internal.h @@ -79,6 +79,7 @@ struct lttng_kernel_event_common_private { struct list_head filter_bytecode_runtime_head; struct hlist_node hlist_node; /* node in events hash table */ + struct list_head node; /* node in event list */ enum lttng_kernel_abi_instrumentation instrumentation; /* Selected by instrumentation */ @@ -102,7 +103,6 @@ struct lttng_kernel_event_recorder_private { struct lttng_kernel_event_common_private parent; struct lttng_kernel_event_recorder *pub; /* Public event interface */ - struct list_head node; /* Event recorder list */ struct lttng_kernel_ctx *ctx; unsigned int id; unsigned int metadata_dumped:1; @@ -115,7 +115,6 @@ struct lttng_kernel_event_notifier_private { struct lttng_event_notifier_group *group; /* weak ref */ size_t num_captures; /* Needed to allocate the msgpack array. */ uint64_t error_counter_index; - struct list_head node; /* Event notifier list */ struct list_head capture_bytecode_runtime_head; };