X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fevent.c;h=ecb368fd51ae5fd7971f7aa23d220918a07f9d2f;hp=b7b80d366c6ed60d9027ffcfd1e3320c60cc18d0;hb=b4bc01f7074ec9eb2a5784b72c804604e62bbe51;hpb=ba8f6b16464a24e4ce243eeea34aa0fb11078cfd diff --git a/src/bin/lttng-sessiond/event.c b/src/bin/lttng-sessiond/event.c index b7b80d366..ecb368fd5 100644 --- a/src/bin/lttng-sessiond/event.c +++ b/src/bin/lttng-sessiond/event.c @@ -422,6 +422,9 @@ error: /* * Check if this event's filter requires the activation of application contexts * and enable them in the agent. + * TODO: bytecode iterator does not support non-legacy application + * contexts yet. Not an issue for now, since they are not generated by + * the lttng-ctl library. */ static int add_filter_app_ctx(struct lttng_filter_bytecode *bytecode, const char *filter_expression, struct agent *agt)