X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=d9b1596c7a09e6cc14fa6452c11ef665ebfee88d;hb=b9a010a28d9625c9d31968aa44f1a553daccb294;hp=ad11453ea262d5d785829c593177b662f4730ad4;hpb=2d262115fc06b5ffb6038207a6d0c1d5f81763c2;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 ad11453e..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; + 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; - } ;