fix process end of life
[lttv.git] / ltt / branches / poly / lttv / modules / gui / controlflow / drawing.h
index 9f2b936003bc5584d1de53073da3934e00849760..3e4b3dc86bad8278e797927df26e4cc5bda89c9f 100644 (file)
@@ -39,12 +39,14 @@ typedef enum _draw_color {
                 COL_RUN_USER_MODE,/* green */
                 COL_RUN_SYSCALL,  /* pale blue */
                 COL_RUN_TRAP,     /* yellow */
-                COL_RUN_IRQ,      /* red */
+                COL_RUN_IRQ,      /* orange */
+                COL_RUN_SOFT_IRQ, /* red */
                 COL_WAIT,         /* dark red */
                 COL_WAIT_CPU,     /* dark yellow */
                 COL_ZOMBIE,       /* dark purple */
                 COL_WAIT_FORK,    /* dark green */
                 COL_EXIT,         /* "less dark" magenta */
+               COL_DEAD,         /* black */
                 COL_MODE_UNKNOWN, /* white */
                 COL_UNNAMED,      /* white */
                 NUM_COLORS } draw_color; 
This page took 0.026344 seconds and 4 git commands to generate.