X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FCFV-private.h;h=2903a281413124c7f6b3ecbaa078d87d9339158c;hb=501d540508a62829ff7958daa56497b9edbd009a;hp=591d1aded20ac2ce66614ceccff4ab0298f155ae;hpb=ba90bc77f7ef2ffc59cc08b6234c61274cdd4396;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h index 591d1ade..2903a281 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/CFV-private.h @@ -9,7 +9,7 @@ struct _ControlFlowData { MainWindow *mw; ProcessList *process_list; - Drawing_t *Drawing; + Drawing_t *drawing; GtkWidget *h_paned; @@ -19,7 +19,7 @@ struct _ControlFlowData { TimeWindow time_window; LttTime current_time; - //guint Currently_Selected_Event ; + //guint currently_Selected_Event ; guint number_of_process; } ;