git-svn-id: http://ltt.polymtl.ca/svn@221 04897980-b3bd-0310-b5e0-8ef037075253
[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.023699 seconds and 4 git commands to generate.