ust-compiler.h: Implement __LTTNG_COMPOUND_LITERAL
[lttng-ust.git] / include / lttng / ust-events.h
index 905dbb6a661fe66c82ae04c03272eab8ded24b90..fd27396fb62f1a703c5854622763fd20e890053c 100644 (file)
@@ -366,6 +366,10 @@ struct lttng_enabler {
 
        struct lttng_ust_event event_param;
        struct lttng_channel *chan;
+       /*
+        * Unused, but kept around to make it explicit that the tracer can do
+        * it.
+        */
        struct lttng_ctx *ctx;
        unsigned int enabled:1;
 };
@@ -428,7 +432,6 @@ struct lttng_bytecode_runtime {
        int link_failed;
        struct cds_list_head node;      /* list of bytecode runtime in event */
        struct lttng_session *session;
-       struct lttng_event *event;
 };
 
 /*
This page took 0.023658 seconds and 4 git commands to generate.