]> git.tuebingen.mpg.de Git - paraslash.git/commit
Simplify sched: Use only a single task list.
authorAndre Noll <maan@systemlinux.org>
Mon, 30 Dec 2013 17:37:41 +0000 (17:37 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:36:37 +0000 (15:36 +0200)
commit00cedf20a69178ac3ec3e43035a2d54868f1bc6d
treeb1e3371a814847ec8c8093184bbdf80b14c19732
parent574daf73a793b0f8d7a2af168855003710e340fe
Simplify sched: Use only a single task list.

Currently the scheduler maintains two linked task lists, the pre_select
and the post_select list. This is completely unnecessary and bloats
the code for no good reason. This patch makes it use a single list
only and updates the documentation accordingly.
sched.c
sched.h