X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.h;h=3e469bab9514dca82d3eb6980f30426a363341c8;hb=703b25fad5513ff1d7dc442c0e5d278160964f44;hp=0d2ca3323a58c0be78f6caa799f4f7773060525b;hpb=501067260996a2386ad26220f4fe6ad9edb2a76c;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 0d2ca332..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,18 @@ #include #include "processlist.h" +extern GQuark LTT_NAME_CPU; + + +#ifndef TYPE_DRAWING_T_DEFINED +#define TYPE_DRAWING_T_DEFINED +typedef struct _Drawing_t Drawing_t; +#endif //TYPE_DRAWING_T_DEFINED + +#ifndef TYPE_CONTROLFLOWDATA_DEFINED +#define TYPE_CONTROLFLOWDATA_DEFINED +typedef struct _ControlFlowData ControlFlowData; +#endif //TYPE_CONTROLFLOWDATA_DEFINED struct _ControlFlowData { @@ -38,7 +50,7 @@ struct _ControlFlowData { Drawing_t *drawing; GtkAdjustment *v_adjust ; - + /* Shown events information */ // TimeWindow time_window; // LttTime current_time; @@ -50,11 +62,6 @@ struct _ControlFlowData { } ; - - - -typedef struct _ControlFlowData ControlFlowData; - /* Control Flow Data constructor */ ControlFlowData *guicontrolflow(void); void