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