X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fdrawing.h;h=8b0070bd5bdcb0e361652222ca44fbb85b7b5774;hb=67c73bb33be29d518afa38dd4fd9a00b30eb429c;hp=16278fd4cb577f457f353da6fb23c6567332d681;hpb=a970363f31999693ffbc0d7d6cf8a15d03677d64;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h index 16278fd4..8b0070bd 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h @@ -70,6 +70,7 @@ typedef enum _draw_color_irq { typedef enum _draw_color_soft_irq { COL_SOFT_IRQ_UNKNOWN, COL_SOFT_IRQ_IDLE, + COL_SOFT_IRQ_PENDING, COL_SOFT_IRQ_BUSY, NUM_COLORS_SOFT_IRQ } draw_color_soft_irq;