work on core filter
[lttv.git] / ltt / branches / poly / lttv / modules / text / textFilter.c
index 41d3ad1d75f384bd16b3c50c8c9698a3df033edd..c0e56ee14781a0f6219a3fd85c9ea955b598324b 100644 (file)
@@ -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);     
        
 }
 
This page took 0.023206 seconds and 4 git commands to generate.