X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Finclude%2Flttv%2Fcommon.h;h=a408bb4c00c82ebe5f120da7f8817076358707dd;hb=bca3b81f050faa6295485fc7dbc3fef45f706d14;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..a408bb4c 100644 --- a/ltt/branches/poly/include/lttv/common.h +++ b/ltt/branches/poly/include/lttv/common.h @@ -5,15 +5,17 @@ #include #include -typedef struct _mainWindow mainWindow; -typedef struct _systemView systemView; -typedef struct _tab tab; -typedef struct _TimeInterval TimeInterval; +typedef struct _MainWindow MainWindow; +//typedef struct _systemView systemView; +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