mega modif by Mathieu Desnoyers. Independant main windows, multiple tracesets, contro...
[lttv.git] / ltt / branches / poly / include / ltt / ltt.h
index 74cbacebacbf6d3686e0117e179b421cb6d0473a..158553622fc02102be136bda10faf9ac8733f12c 100644 (file)
@@ -80,6 +80,13 @@ typedef struct _LttTime {
   unsigned long tv_nsec;
 } LttTime;
 
+
+typedef struct _TimeInterval{
+  LttTime startTime;
+  LttTime endTime;  
+} TimeInterval;
+
+
 typedef uint64_t LttCycleCount;
 
 #define NANSECOND_CONST       1000000000
This page took 0.023368 seconds and 4 git commands to generate.