X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng-sessiond%2Fevent.c;h=ecb368fd51ae5fd7971f7aa23d220918a07f9d2f;hp=b7b80d366c6ed60d9027ffcfd1e3320c60cc18d0;hb=ea9a44f03f3f6e144b5f7f312eee2a5f7a849ecb;hpb=71a559f8ebee6ba681dfba864d6dace2efcf0440 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)