]> git.tuebingen.mpg.de Git - paraslash.git/commit
sched: Rename task->error to tast->status.
authorAndre Noll <maan@systemlinux.org>
Thu, 2 Jan 2014 01:07:11 +0000 (01:07 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 25 May 2014 13:39:01 +0000 (15:39 +0200)
commit721ab0e5ab4b6533e0464e61ad655596f9f6904c
tree805ae178f59a4ec70cb136e915534ee375ab25d2
parent6df282b25d3ca0f2a55dd09546d0efc42a437ace
sched: Rename task->error to tast->status.

We are going to store not only the (negative) error code in this field
of struct task, so status is a better name for it. The conversion is
trivial.
sched.c