X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2FDraw_Item.h;h=ff332f492b69a7e76788ef1ad25aeea857374020;hb=540edb40ef20c2ce40132b3189e183d055dbe711;hp=6c35e97769baa470b0d89fcc5d9ec6d5d633abaa;hpb=34b048821159dd48a9c5eac32ad5333925da334d;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.h b/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.h index 6c35e977..ff332f49 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.h +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Draw_Item.h @@ -1,6 +1,8 @@ #ifndef _DRAW_ITEM_H #define _DRAW_ITEM_H +#include + typedef struct _DrawContext DrawContext; typedef struct _DrawInfo DrawInfo; typedef struct _ItemInfo ItemInfo; @@ -75,8 +77,7 @@ struct _DrawInfo { ItemInfo *modify_over; ItemInfo *modify_middle; ItemInfo *modify_under; - LttvTraceState *ts; - LttvTracefileState *tfs; + LttvProcessStatus status; }; struct _ItemInfo {