Browse Source

Fix uprio not being sent to updateq

master
Con Kolivas 8 years ago
parent
commit
4049860ca8
  1. 2
      src/stratifier.c

2
src/stratifier.c

@ -2322,7 +2322,7 @@ static void update_base(sdata_t *sdata, const int prio)
uprio = ckalloc(sizeof(int));
*uprio = prio;
ckmsgq_add(sdata->updateq, NULL);
ckmsgq_add(sdata->updateq, uprio);
}
/* Instead of removing the client instance, we add it to a list of recycled

Loading…
Cancel
Save