add filter functionnality to the main window
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow-private.h
index 92b7d57ee4eaf8c88b64a87138aa91cd970acdb5..30d6df80f3f09580d1f1af404dbc77d565a28ddc 100644 (file)
@@ -119,6 +119,9 @@ struct _Tab{
   /* Traceset related information */
   TracesetInfo * traceset_info; 
 
+  /* Filter to apply to the tab's traceset */
+  LttvFilter *filter;
+
   /* A list of time requested for the next process trace */
   GSList *events_requests;
   gboolean events_request_pending;
This page took 0.02279 seconds and 4 git commands to generate.