Initial port of the detailed event view
[lttv.git] / lttv / modules / gui / lttvwindow / lttvwindow / lttvwindow.h
index 03ff9cc04e5daf1a86c64fe963ca7d171910b498..b83c058c0b91861e5ad1549922b098103960752f 100644 (file)
@@ -254,10 +254,10 @@ FIXME : explain other important events
 #include <gtk/gtk.h>
 #include <ltt/ltt.h>
 #include <ltt/time.h>
+#include <lttv/traceset.h>
 #include <lttv/hook.h>
 #ifdef BABEL_CLEANUP
 #include <lttv/stats.h>
-
 #include <lttv/filter.h>
 #endif /* BABEL_CLEANUP */
 #include <lttvwindow/mainwindow.h>
@@ -820,6 +820,7 @@ void lttvwindow_report_filter(Tab *tab, LttvFilter *filter);
 LttvTracesetStats* lttvwindow_get_traceset_stats(Tab *tab);
 #endif /*BABEL_CLEANUP*/
 
+LttvTraceset* lttvwindow_get_traceset(Tab *tab);
 
 /* set_time_window 
  *
This page took 0.022668 seconds and 4 git commands to generate.