udev-ctrl: use sd_event and introduce udev_ctrl_start()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 25 Jan 2019 15:27:26 +0000 (00:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 19 Feb 2019 21:17:42 +0000 (06:17 +0900)
commitd02c6f546167d5f076a8940470db3a75ff12e814
treecff4597eaee5d06b19c5a8b78f72f903f6f44adb
parent204e9c3e29c08386f8dfd58c0133e3cc73774365
udev-ctrl: use sd_event and introduce udev_ctrl_start()

Now the new callback function get enum udev_ctrl_msg_type.
So, this commit also drops udev_ctrl_connection and udev_ctrl_msg.
src/udev/udev-ctrl.c
src/udev/udev-ctrl.h
src/udev/udevd.c