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.c
index 5e7ad28292f2310d6d61de14931caffa63af5ba6..7d560557654a2a239ff5fbbbad4a643d93c3f990 100644 (file)
@@ -134,6 +134,8 @@ static void lttv_traceset_context_compute_time_span(
     trace = tc->t;
 
     ltt_trace_time_span_get(trace, &s, &e);
+    tc->time_span.start_time = s;
+    tc->time_span.end_time = e;
 
     if(i==0){
       time_span->start_time = s;
This page took 0.025322 seconds and 4 git commands to generate.