chiark / gitweb /
udevd: export event queue and event state
authorKay Sievers <kay.sievers@suse.de>
Wed, 16 Nov 2005 03:12:53 +0000 (04:12 +0100)
committerKay Sievers <kay.sievers@suse.de>
Wed, 16 Nov 2005 03:12:53 +0000 (04:12 +0100)
commit7a7702509259f811d4f8321e64e28dc72037c88b
treedc772d339208a661526ef6b56304d3b5a48c6f41
parentf4fc0136523afdc3ace865312f816c53694a6b87
udevd: export event queue and event state

All pending and running events can be found as symlinks to the actual
device in /dev/.udev/queue/ now. This way we can lookup if specific events
are still in the queue, before doing actions which require events to have
finished.

All failed event processes can be found in /dev/.udev/failed/. This makes
it possible to retry a failed event process at a later time in the boot
process.

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
udevd.c