X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Flttvwindow%2Flttvwindow%2Fmainwindow.h;h=e9e5e536cd602f0574ae9e7a766e7c94f45dba0f;hb=a43d67bae425508678e5ae2ffe5dd1e84286b915;hp=f0c0e6a1fc54ea739b594c58ed8fe409442090d8;hpb=420d0f5fb51be897157e95072e93a6fb34b6b93b;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 f0c0e6a1..e9e5e536 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/mainwindow.h @@ -87,8 +87,19 @@ struct _Tab{ /* Traceset related information */ TracesetInfo * traceset_info; + + /* A list of time requested for the next process trace */ + GArray *time_requests; + gboolean time_request_pending; }; +typedef struct _TimeRequest { + TimeWindow time_window; + guint num_events; + LttvHook after_hook; + gpointer after_hook_data; +} TimeRequest; + /** * Remove menu and toolbar item when a module unloaded */