lttv_process_trace function takes another parameters: maxNumEvents
[lttv.git] / ltt / branches / poly / include / lttv / common.h
index 6ac9e305a1fc38e09edf32f77f2f7ecab513c4f9..1af0790c4691e77bf600583d871b226d03bc6163 100644 (file)
@@ -14,6 +14,10 @@ typedef struct _TimeInterval TimeInterval;
 typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window);
 typedef lttv_constructor view_constructor;
 
+struct _TimeInterval{
+  LttTime startTime;
+  LttTime endTime;  
+};
 
 
 #endif // COMMON_H
This page took 0.022399 seconds and 4 git commands to generate.