]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: manage only socket address of device monitor
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 27 May 2024 03:05:24 +0000 (12:05 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Aug 2024 02:16:33 +0000 (11:16 +0900)
commit98ca8eac110dded71872ff671591579a747f41ac
treee9101650cd65c4b0201152521a1361a5fed5f805
parent7abc0201d0875d9bf0c849bf1259afdd1f8109bd
udev: manage only socket address of device monitor

Previously, the main process of systemd-udevd manages worker process
with their sd_device_monitor object to save the destination address.
Let's save only destination address, and drop worker's sd_device_monitor
object.
src/libsystemd/sd-device/device-monitor-private.h
src/libsystemd/sd-device/device-monitor.c
src/libsystemd/sd-device/test-sd-device-monitor.c
src/udev/udev-manager.c