minor add
[lttv.git] / ltt / branches / poly / lttv / modules / gui / lttvwindow / lttvwindow / mainwindow.h
index f0c0e6a1fc54ea739b594c58ed8fe409442090d8..afda2ff58ff78a915c016da0cf7c8d11d97a6d7d 100644 (file)
@@ -87,6 +87,10 @@ struct _Tab{
 
   /* Traceset related information */
   TracesetInfo * traceset_info; 
+
+  /* A list of time requested for the next process trace */
+  GArray *time_requests;
+  gboolean time_request_pending;
 };
 
 /**
This page took 0.025494 seconds and 4 git commands to generate.