X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=ad11453ea262d5d785829c593177b662f4730ad4;hb=5b2c17a3fecefef805a834e67ad5702ecb15c041;hp=de324869f47d52ae4436b5231a008e7408e12cec;hpb=224446ce9bb1b6724122cfdf4e3e716a5526af24;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 de324869..ad11453e 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -19,10 +19,11 @@ #ifndef _CFV_PRIVATE_H #define _CFV_PRIVATE_H + struct _ControlFlowData { GtkWidget *scrolled_window; - MainWindow *mw; + Tab *tab; GtkWidget *h_paned; @@ -38,6 +39,12 @@ 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; + } ;