lttvwindow updated to do not share traces between tracesets
[lttv.git] / ltt / branches / poly / lttv / lttv / stats.c
index 261b5676cf643f5555bc75f41f911667ce789d88..c16302faefa70e60b9bcd839ad5b1b6918208f9e 100644 (file)
@@ -28,6 +28,7 @@
 #include <ltt/facility.h>
 #include <ltt/trace.h>
 #include <ltt/event.h>
+#include <ltt/type.h>
 
 #define BUF_SIZE 256
 
@@ -745,16 +746,10 @@ void lttv_stats_add_event_hooks(LttvTracesetStats *self)
 
   guint i, j, k, l, nb_trace, nb_tracefile;
 
-  LttFacility *f;
-
-  LttEventType *et;
-
   LttvTraceStats *ts;
 
   LttvTracefileStats *tfs;
 
-  void *hook_data;
-
   GArray *hooks, *before_hooks, *after_hooks;
 
   LttvTraceHook *hook;
This page took 0.022814 seconds and 4 git commands to generate.