]> git.ozlabs.org Git - petitboot/commitdiff
discover-client: interact directly with waitset
authorJeremy Kerr <jk@ozlabs.org>
Wed, 27 Feb 2013 08:04:23 +0000 (16:04 +0800)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 15 Apr 2013 07:42:26 +0000 (15:42 +0800)
Currently, clients need to mess with the discover client fd directly,
and manually register the waiter.

Instead, this change adds a waitset parameter to
discover_client_register, so that the discover client can register
itself, and call discover_client_process directly. This means no proxy
handlers, and no casts to waiter callbacks.

We can also get rid of discover_client_get_fd.

Signed-off-by: Jeremy Kerr <jk@ozlabs.org>

No differences found