this happens the first time a block device is seen
git-svn-id: http://ltt.polymtl.ca/svn@2573
04897980-b3bd-0310-b5e0-
8ef037075253
width,
&x);
-
/* Jump over draw if we are at the same x position */
if(x == hashed_process_data->x.middle &&
hashed_process_data->x.middle_used)
guint trace_num = ts->parent.index;
LttvBdevState *bdev = g_hash_table_lookup(ts->bdev_states, &devcode_gint);
- g_assert(bdev != NULL);
+ /* TODO: if bdev not found, draw right colour to indicate unknown state */
+ if(bdev == NULL)
+ return 0;
// guint pid = process->pid;