]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/scope.c
core: change return value of the unit's enumerate() call to void
authorLennart Poettering <lennart@poettering.net>
Tue, 10 Nov 2015 19:36:37 +0000 (20:36 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 10 Nov 2015 20:03:49 +0000 (21:03 +0100)
commitba64af90ecf48f7653a04bf3af1291385c9a69b8
tree855c8d714b9bbaf40a3af73c1341b6553f35c19e
parent1e603a482f57edb1fb863dbf23b868cf5854e004
core: change return value of the unit's enumerate() call to void

We cannot handle enumeration failures in a sensible way, hence let's try
hard to continue without making such failures fatal, and log about it
with precise error messages.
src/core/device.c
src/core/manager.c
src/core/manager.h
src/core/mount.c
src/core/scope.c
src/core/slice.c
src/core/swap.c
src/core/unit.h