fix state computation so it put max time computed in seek to end of trace time value...
[lttv.git] / ltt / branches / poly / lttv / lttv / tracecontext.h
index 714c0a18c9f6f9a2b74c4843448273e37e0f02ba..c200ff5156c18b21f75d57e922bbb5311470c9b5 100644 (file)
@@ -147,6 +147,7 @@ struct _LttvTraceContext {
   GArray *tracefiles;
   LttvAttribute *a;
   LttvAttribute *t_a;
+  TimeInterval time_span;
 };
 
 struct _LttvTraceContextClass {
This page took 0.023841 seconds and 4 git commands to generate.