X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=0da0ccd7cee30e3b56b30154b654a90cdbdce883;hb=41a769851adc36c024821e859ed6569409f71d8f;hp=22057a966ebe3e801916a5bc2a23cc9f7b0c616d;hpb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;p=lttv.git diff --git a/ltt/branches/poly/include/lttv/common.h b/ltt/branches/poly/include/lttv/common.h index 22057a96..0da0ccd7 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -5,13 +5,16 @@ #include #include -typedef struct _mainWindow mainWindow; -//typedef struct _systemView systemView; -typedef struct _tab tab; +typedef struct _MainWindow MainWindow; +typedef struct _Tab Tab; /* constructor of the viewer */ -typedef GtkWidget * (*lttv_constructor)(mainWindow * main_window); +typedef GtkWidget * (*lttv_constructor)(MainWindow * main_window); typedef lttv_constructor view_constructor; +typedef struct _TimeWindow { + LttTime start_time; + LttTime time_width; +} TimeWindow; #endif // COMMON_H