]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: split-out worker code from udevd.c
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 18 Jul 2023 17:11:16 +0000 (02:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 31 Jul 2023 14:23:00 +0000 (23:23 +0900)
commit987b90f93f59ac5f4a4240c17f7bb285e2f0859a
tree08d9c45a5bf1ac08cb686db37cfdb13c8a7fc70b
parent02267291815a524956fdd25f143f19781e69bfa9
udev: split-out worker code from udevd.c

While doing that, the Manager object allocated by the main process
is now _not_ freed in the spawned worker process, to follow our usual
coding style. See discussion in #24043.
src/udev/meson.build
src/udev/udev-worker.c [new file with mode: 0644]
src/udev/udev-worker.h [new file with mode: 0644]
src/udev/udevd.c
src/udev/udevd.h