X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fcfv.h;h=0b2caea19e505de0e4fc9a7a1863707d9d26a8cf;hb=667ca2a017e4df437ea5fc5d2bc1be2e0fcd9f7e;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..0b2caea1 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 { @@ -51,10 +63,6 @@ struct _ControlFlowData { } ; - - -typedef struct _ControlFlowData ControlFlowData; - /* Control Flow Data constructor */ ControlFlowData *guicontrolflow(void); void