X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=1e43d0a823009fd929ade9557b1769e5a401da52;hb=68b48a457c0575bf1b126b03923dc78dc368f98f;hp=22057a966ebe3e801916a5bc2a23cc9f7b0c616d;hpb=86e73802a690fcfd694b581020d0932bda380e70;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 22057a96..1e43d0a8 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -13,5 +13,9 @@ typedef struct _tab tab; typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window); typedef lttv_constructor view_constructor; +typedef struct _TimeWindow { + LttTime startTime; + LttTime Time_Width; +} TimeWindow; #endif // COMMON_H