Use getWatchFd() from dasynq::FdWatcher rather than storing the fd in
authorDavin McCall <davmac@davmac.org>
Fri, 24 Jun 2016 12:39:13 +0000 (13:39 +0100)
committerDavin McCall <davmac@davmac.org>
Fri, 24 Jun 2016 12:39:13 +0000 (13:39 +0100)
commit965066b814ee973df61409c711ceae0e49b13249
treea628c9ddc5073940641e8a1735b99f5f0b8e2cea
parentf2334b18674289afb132a79849e75fd1b42e1d09
Use getWatchFd() from dasynq::FdWatcher rather than storing the fd in
a separate member variable, in various places.
Squashes some TODOs.
src/control.cc
src/control.h
src/dinit.cc