X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=1af0790c4691e77bf600583d871b226d03bc6163;hb=f4f8f203b436430ee95b85b0cf1c391a68dee73e;hp=6ac9e305a1fc38e09edf32f77f2f7ecab513c4f9;hpb=e969fd8ead1ce0d34c839d8598a24f3af768d42e;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 6ac9e305..1af0790c 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -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