Docs: explain why unused `lttng_enabler::ctx` is kept around
[lttng-modules.git] / include / lttng / events.h
index 72a12857c7cf038c7a4a65e188279f20876570b3..a8a39a60c33c9c92b9aab1d86ccc1dbfbda1f6b9 100644 (file)
@@ -347,6 +347,10 @@ struct lttng_enabler {
 
        struct lttng_kernel_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.022708 seconds and 4 git commands to generate.