]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: move timeout event sources from struct Event to struct Worker
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 May 2025 10:23:53 +0000 (19:23 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 9 May 2025 15:26:32 +0000 (00:26 +0900)
commitdc231d66ace794e1d9684cab155e44e191d15635
tree541b6e48e95a60e2393a3a04904888698b16705f
parente1ae931064be9483aa98249294f6e195537f43d1
udev: move timeout event sources from struct Event to struct Worker

The timeout event sources are enabled only when the event is being
processed by a worker, hence they are not necessary to be owned by the
event.

No effective functional change, just refactoring.
src/udev/udev-manager.c