X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.h;h=3e469bab9514dca82d3eb6980f30426a363341c8;hb=93ac601b7487eba4b0733f44117f45fa9dd0baee;hp=d9a144021789409876bb5b8f8a5ad7bbc953068c;hpb=e8d11122b46e7e2922e65825623c760f84a4d34f;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h index d9a14402..3e469bab 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/cfv.h @@ -25,6 +25,8 @@ #include #include "processlist.h" +extern GQuark LTT_NAME_CPU; + #ifndef TYPE_DRAWING_T_DEFINED #define TYPE_DRAWING_T_DEFINED @@ -48,7 +50,7 @@ struct _ControlFlowData { Drawing_t *drawing; GtkAdjustment *v_adjust ; - + /* Shown events information */ // TimeWindow time_window; // LttTime current_time; @@ -60,7 +62,6 @@ struct _ControlFlowData { } ; - /* Control Flow Data constructor */ ControlFlowData *guicontrolflow(void); void