X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=d9b1596c7a09e6cc14fa6452c11ef665ebfee88d;hb=6a9ba166a13b341fbbc10d37c8d2f244c2d47c9b;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..d9b1596c 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; @@ -39,12 +40,6 @@ 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; - } ;