]> git.ozlabs.org Git - petitboot/commitdiff
Initial support for multiple UIs
authorJeremy Kerr <jk@ozlabs.org>
Mon, 15 Dec 2008 04:22:34 +0000 (15:22 +1100)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 15 Dec 2008 04:22:34 +0000 (15:22 +1100)
Move the device discovery code from separate udev helpers to a single
process to listen on two sockets: one SOCK_DGRAM for incoming udev
events, and one SOCK_STREAM for UIs to connect.

Initial support for client/server infrastructure, still need to wire-up
the udev messages.

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

No differences found