X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv-private.h;h=67d8413c2ac39848cbd752f48b2a67123d4335c8;hb=a43d67bae425508678e5ae2ffe5dd1e84286b915;hp=de324869f47d52ae4436b5231a008e7408e12cec;hpb=420d0f5fb51be897157e95072e93a6fb34b6b93b;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..67d8413c 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv-private.h @@ -19,6 +19,7 @@ #ifndef _CFV_PRIVATE_H #define _CFV_PRIVATE_H + struct _ControlFlowData { GtkWidget *scrolled_window; @@ -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; + } ;