X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow.h;h=9874d0d9091edd20f048e3d34842b640938f7456;hb=c9ae5e4b6905d2ae6e4e46b981322de8e5386c65;hp=5dcc85ffbc1bee4f63c271e97a27d921364a240e;hpb=6f26fc3843fad79c22e8dd745eff3d659b8eb550;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 5dcc85ff..9874d0d9 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h @@ -30,6 +30,7 @@ typedef struct _TracesetInfo TracesetInfo; struct _TimeWindow { LttTime start_time; LttTime time_width; + double time_width_double; LttTime end_time; };