Fix: handle enablers without bytecode
[lttng-ust.git] / include / lttng / ust-events.h
index 331506bd69d838a0c77075489ec3830b859dbe86..c900b894d381f52cdaeace0f99edaf30272e2248 100644 (file)
@@ -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;
 };
This page took 0.024461 seconds and 4 git commands to generate.