X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Ftext%2FtextFilter.c;h=c0e56ee14781a0f6219a3fd85c9ea955b598324b;hb=a4c292d42202029a5153c487fd01263a183a0af2;hp=41d3ad1d75f384bd16b3c50c8c9698a3df033edd;hpb=a58509eeed47fef3e60c5048bc66003ec696dc63;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/text/textFilter.c b/ltt/branches/poly/lttv/modules/text/textFilter.c index 41d3ad1d..c0e56ee1 100644 --- a/ltt/branches/poly/lttv/modules/text/textFilter.c +++ b/ltt/branches/poly/lttv/modules/text/textFilter.c @@ -65,7 +65,7 @@ static void parse_filter_options(void *hook_data, void *call_data) { LttvTracefileState *tfs = (LttvTracefileState *)call_data; - LttvTrace* lt = tfc->t_context->vt; +// LttvTrace* lt = tfc->t_context->vt; /* hook header */ g_info("TextFilter options parser"); @@ -91,7 +91,7 @@ static void parse_filter_options(void *hook_data, void *call_data) { g_warning("textFilter::parser_filter_options() no filtering options specified !"); /* send the filtering string to the core */ - lttv_filter_new(parsed_string,lt); + lttv_filter_new(parsed_string,tfs); }