merge modifications for multiple viewer read at the same time, better expose handling...
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / cfv-private.h
index de324869f47d52ae4436b5231a008e7408e12cec..67d8413c2ac39848cbd752f48b2a67123d4335c8 100644 (file)
@@ -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;
+
 } ;
 
 
This page took 0.02247 seconds and 4 git commands to generate.