X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=0c4f63d687b0fdfdbff750aa9f5a112281783208;hb=58fa3bc7964eb03542f577929aee0dceb0dfc8fd;hp=67d8413c2ac39848cbd752f48b2a67123d4335c8;hpb=a43d67bae425508678e5ae2ffe5dd1e84286b915;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h index 67d8413c..0c4f63d6 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -22,9 +22,10 @@ struct _ControlFlowData { - GtkWidget *scrolled_window; - MainWindow *mw; + GtkWidget *top_widget; + Tab *tab; + GtkWidget *box; /* box that contains the hpaned. necessary for it to work */ GtkWidget *h_paned; ProcessList *process_list; @@ -38,12 +39,8 @@ struct _ControlFlowData { //guint currently_Selected_Event ; guint number_of_process; - - /* hooks for trace read */ - LttvHooks *event; - LttvHooks *after_event; - LttvHooks *after_traceset; - EventRequest *event_request; + guint background_info_waiting; /* Number of background requests waited for + in order to have all the info ready. */ } ;