X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fresourceview%2Fdrawing.h;h=f73b6c9d2a252673717b3b1a0649e703116ec925;hb=20d16f8240afea54bc5264d1578711fe2a523a84;hp=6928f8dd2a61a120ccc3af9b5622215f029bd5fe;hpb=8743690d339401db862834d50f9b6bbd1268271f;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 6928f8dd..f73b6c9d 100644 --- a/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h +++ b/ltt/branches/poly/lttv/modules/gui/resourceview/drawing.h @@ -66,9 +66,18 @@ typedef enum _draw_color_irq { NUM_COLORS_IRQ } draw_color_irq; +typedef enum _draw_color_bdev { + COL_BDEV_UNKNOWN, + COL_BDEV_IDLE, + COL_BDEV_BUSY_READING, + COL_BDEV_BUSY_WRITING, + NUM_COLORS_BDEV +} draw_color_bdev; + extern GdkColor drawing_colors[NUM_COLORS]; extern GdkColor drawing_colors_cpu[NUM_COLORS_CPU]; extern GdkColor drawing_colors_irq[NUM_COLORS_IRQ]; +extern GdkColor drawing_colors_bdev[NUM_COLORS_BDEV]; /* This part of the viewer does : * Draw horizontal lines, getting graphic context as arg.