X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=c900b894d381f52cdaeace0f99edaf30272e2248;hb=dcdeaff04c5b8f2c0e69ab896bd170e2762b7f53;hp=331506bd69d838a0c77075489ec3830b859dbe86;hpb=e8bd1da77953d048663e394fc078a568e782404f;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 331506bd..c900b894 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -351,7 +351,7 @@ struct lttng_event { /* LTTng-UST 2.1 starts here */ /* list of struct lttng_bytecode_runtime, sorted by seqnum */ struct cds_list_head bytecode_runtime_head; - + int has_enablers_without_bytecode; /* Backward references: list of lttng_enabler_ref (ref to enablers) */ struct cds_list_head enablers_ref_head; };