udevd: worker - use loop_write() rather than send()
authorTom Gundersen <teg@jklm.no>
Fri, 15 May 2015 09:41:36 +0000 (11:41 +0200)
committerTom Gundersen <teg@jklm.no>
Fri, 15 May 2015 23:14:48 +0000 (01:14 +0200)
commit9a73bd7cab019aa1b9b4342ce2abd51b6e50b085
tree3ea69c526c738b7daada46b6469cf80f06b69d8a
parent8c7e28a191709f90736054e6f7844cf35b4ab93d
udevd: worker - use loop_write() rather than send()

When notifying the main daemon about event completion, make sure the message is sent
successfully, and not interrupted.
src/udev/udevd.c