Docs: explain why unused `lttng_enabler::ctx` is kept around
[lttng-ust.git] / include / lttng / ust-events.h
index 905dbb6a661fe66c82ae04c03272eab8ded24b90..c1a851731a006eebfdf4fced1596d80d36df27fc 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;
 };
This page took 0.024303 seconds and 4 git commands to generate.