]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/udev/udev-ctrl.c
udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 25 Jan 2019 15:33:08 +0000 (00:33 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Feb 2019 21:17:42 +0000 (06:17 +0900)
commit78467aeb9578bee56211a64190b3293616647aee
tree8443430783fc04e4f606fba37e298bfeb57deee6
parenta0b60b8a1b16217d9167d03c1c0ee7e4a362514f
udev-ctrl: split out logic of waiting for reply to udev_ctrl_wait()

This makes `udevadm control` can send multiple commands in one
connection.
src/udev/udev-ctrl.c
src/udev/udev-ctrl.h
src/udev/udevadm-control.c
src/udev/udevadm-settle.c
src/udev/udevadm-trigger.c