chiark / gitweb /
core: fix running jobs counters after reload/reexec
authorMichal Schmidt <mschmidt@redhat.com>
Fri, 1 Mar 2013 13:47:46 +0000 (14:47 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Fri, 1 Mar 2013 17:38:22 +0000 (18:38 +0100)
commit9e9e2b722cf796b58e959cd174d87ce0ec0bc996
tree698ccd6a05f2477f3445b33caa80ab91d0901e8c
parent945d1442ed5d6cf50b0d0a45fe482130f74f2997
core: fix running jobs counters after reload/reexec

All active units will call unit_notify() during coldplug, so we just
make sure we're counting from zero again and get the correct result for
n_on_console.

For n_running_jobs we likewise reset it to zero and then count
the running jobs as we encounter them in deserialization.
src/core/manager.c
src/core/unit.c