Fix tar.gz build by removing legacy include to ltt directory
[lttv.git] / lttv / lttv / time.h
index c82011e49adc9d201391bcf3760ace5171721420..4456a0c7dc5d47d67987983aab42467de0f9ed26 100644 (file)
@@ -29,6 +29,10 @@ typedef struct _LttTime {
   unsigned long tv_nsec;
 } LttTime;
 
+typedef struct _TimeInterval {
+  LttTime start_time;
+  LttTime end_time;  
+} TimeInterval;
 
 #define NANOSECONDS_PER_SECOND 1000000000
 
This page took 0.023027 seconds and 4 git commands to generate.