X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow.h;h=9874d0d9091edd20f048e3d34842b640938f7456;hb=88237536a72d70abfc670286eae1cf7c44c1a50b;hp=a949ed984153518bec78a26af1394c28732e1dd4;hpb=2d262115fc06b5ffb6038207a6d0c1d5f81763c2;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h index a949ed98..9874d0d9 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h @@ -19,6 +19,7 @@ #ifndef _MAIN_WINDOW_ #define _MAIN_WINDOW_ +#include #include typedef struct _MainWindow MainWindow; @@ -29,6 +30,8 @@ typedef struct _TracesetInfo TracesetInfo; struct _TimeWindow { LttTime start_time; LttTime time_width; + double time_width_double; + LttTime end_time; };