X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttng-filter-interpreter.c;h=8c870e14723db99d6d7e341cbf0e25fb776bff75;hb=31afaf8b83ef975697fe6370daa4e0262ec0ca24;hp=821c12d3ba9679e5ae605ae5189a639529b8c5fd;hpb=fd6f8c5b5963cd84454314fce8870e75fb23de64;p=lttng-modules.git diff --git a/lttng-filter-interpreter.c b/lttng-filter-interpreter.c index 821c12d3..8c870e14 100644 --- a/lttng-filter-interpreter.c +++ b/lttng-filter-interpreter.c @@ -441,6 +441,7 @@ static int dynamic_get_index(struct lttng_probe_ctx *lttng_probe_ctx, stack_top->u.ptr.type = LOAD_OBJECT; /* field is only used for types nested within variants. */ stack_top->u.ptr.field = NULL; + stack_top->u.ptr.rev_bo = gid->elem.rev_bo; break; } return 0;