compilation warning fixes, types for cycle counter corrected
[lttv.git] / ltt / branches / poly / ltt / ltt.h
index 0aa413bd7e7439fa3641622df630dc687a7317df..021173f966b2eae28d0976e9a31c6bf20e7c6227 100644 (file)
@@ -82,6 +82,7 @@ typedef struct _LttEvent LttEvent;
 
 typedef struct _LttSystemDescription LttSystemDescription;
 
+
 /* Checksums are used to differentiate facilities which have the same name
    but differ. */
 
@@ -96,8 +97,8 @@ typedef unsigned long LttChecksum;
 
 
 typedef struct _TimeInterval{
-  LttTime startTime;
-  LttTime endTime;  
+  LttTime start_time;
+  LttTime end_time;  
 } TimeInterval;
 
 
This page took 0.022231 seconds and 4 git commands to generate.