]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/udev/udev-event.c
udevd: event - port spawn_wait() to sd-event
authorTom Gundersen <teg@jklm.no>
Fri, 15 May 2015 09:35:15 +0000 (11:35 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 29 May 2015 16:52:13 +0000 (18:52 +0200)
commit8128f2297da0c2fdd82b3d48f049deb01763f8c8
tree4c4f11816d71ad4b7da14ed558b52a8bb4959eb9
parent693d371d30fee1da58365121801445b404416ada
udevd: event - port spawn_wait() to sd-event

This allows us to drop the special sigterm handling in spawn_wait()
as this will now be passed directly to the worker event loop.

We now log failing spawend processes at 'warning' level, and timeouts
are in terms of CLOCK_BOOTTIME when available, otherwise the behavior
is unchanged.
src/test/test-udev.c
src/udev/udev-event.c
src/udev/udev.h
src/udev/udevadm-test.c
src/udev/udevd.c