X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=include%2Flttng%2Fust-events.h;h=c1a851731a006eebfdf4fced1596d80d36df27fc;hb=416165a551d37c6501034a30401da626f3b6acff;hp=905dbb6a661fe66c82ae04c03272eab8ded24b90;hpb=a211b293bc6a610bed73a60006967663a30e4931;p=lttng-ust.git diff --git a/include/lttng/ust-events.h b/include/lttng/ust-events.h index 905dbb6a..c1a85173 100644 --- a/include/lttng/ust-events.h +++ b/include/lttng/ust-events.h @@ -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; };