From: compudj Date: Mon, 13 Oct 2003 04:56:03 +0000 (+0000) Subject: missing file X-Git-Tag: v0.12.20~3189 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=72c44f9e4aa5ff8ca49bb071dccfd1c1355bf6f2;p=lttv.git missing file git-svn-id: http://ltt.polymtl.ca/svn@300 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h new file mode 100644 index 00000000..822b194b --- /dev/null +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h @@ -0,0 +1,37 @@ +#ifndef _CFV_PRIVATE_H +#define _CFV_PRIVATE_H + + + +struct _ControlFlowData { + + GtkWidget *Scrolled_Window_VC; + + ProcessList *Process_List; + Drawing_t *Drawing; + + //GtkWidget *HBox_V; + GtkWidget *Inside_HBox_V; + + GtkAdjustment *VAdjust_C ; + + /* Trace information */ + //TraceSet *Trace_Set; + //TraceStatistics *Trace_Statistics; + + /* Shown events information */ + guint First_Event, Last_Event; + TimeWindow Time_Window; + LttTime Current_Time; + + + /* TEST DATA, TO BE READ FROM THE TRACE */ + gint Number_Of_Events ; + guint Currently_Selected_Event ; + gboolean Selected_Event ; + guint Number_Of_Process; + +} ; + + +#endif //_CFV_PRIVATE_H