X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fprocesslist.h;h=96ce16338e3ce3069433f60ce83fd0ef7975c6de;hb=b27439533c5620fe06b9800fce0bc3592ed2088b;hp=808e5fab4d4e5656aa2fae5d22a066edec142085;hpb=90ef7e4a2c6a41ec36bd2530b187cc1ef2cf0025;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h index 808e5fab..96ce1633 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/processlist.h @@ -60,10 +60,18 @@ typedef struct _HashedProcessData { /* Information on current drawing */ struct { guint over; + gboolean over_used; /* inform the user that information is incomplete */ + gboolean over_marked; /* inform the user that information is incomplete */ guint middle; + gboolean middle_used; /* inform the user that information is incomplete */ + gboolean middle_marked;/* inform the user that information is incomplete */ guint under; + gboolean under_used; /* inform the user that information is incomplete */ + gboolean under_marked; /* inform the user that information is incomplete */ } x; /* last x position saved by after state update */ + LttTime next_good_time; /* precalculate the next time where the next + pixel is.*/ // FIXME : add info on last event ? } HashedProcessData;