create directories branches, tags, trunk
[lttv.git] / ltt / branches / poly / lttv / modules / gui / histogram / histoeventhooks.c
index b315a3a413d43e4cc27a9784f223fa17aec5665b..f0a61ca4794cd4af941d50037747965a10f70feb 100644 (file)
@@ -61,7 +61,6 @@
 
 #include <ltt/event.h>
 #include <ltt/time.h>
-#include <ltt/type.h>
 #include <ltt/trace.h>
 
 #include <lttv/lttv.h>
@@ -341,7 +340,7 @@ int histo_count_event(void *hook_data, void *call_data){
   LttvFilter *histo_filter = histocontrol_flow_data->histo_main_win_filter;
   if(histo_filter != NULL && histo_filter->head != NULL)
     if(!lttv_filter_tree_parse(histo_filter->head,e,tfc->tf,
-          tfc->t_context->t,tfc))
+          tfc->t_context->t,tfc,NULL,NULL))
       return FALSE;
 
   TimeWindow time_window  =  lttvwindow_get_time_window(histocontrol_flow_data->tab);
This page took 0.02464 seconds and 4 git commands to generate.