X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextDump.c;h=9502aa0d696da0f8d49dc2dfadcd0158160d25b1;hb=da2e1bfb1ac32abd5ec8495afd40236bb681ebdd;hp=8e9b6873198c7cdd9af23dad4c68f1d24c437620;hpb=8ff6243c8bafa3a9c7bddbea54b8e9884c0707ca;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 8e9b6873..9502aa0d 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -340,7 +340,7 @@ static int write_event_content(void *hook_data, void *call_data) /* * call to the filter if available */ - if(!lttv_filter_tree_parse(a_lttv_filter->head,e,NULL,NULL,NULL)) { + if(!lttv_filter_tree_parse(a_lttv_filter->head,e,tfc->t_context->t,tfc->tf,tfs->process,tfc)) { return FALSE; }