summaryrefslogtreecommitdiffstats
path: root/ui/twin/pbt-scr.h
Commit message (Collapse)AuthorAgeFilesLines
* logging: Clean up debug logsJeremy Kerr2013-11-011-2/+2
| | | | | | | We have quite a few pb_logs which should be pb_debug. This change moves developer-specific info to pb_debug. Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
* waiter: Don't rely on global variables to keep waiter stateJeremy Kerr2013-04-101-2/+5
| | | | | | | | | Rather than defining the set of waiters (and pollfds) in waiter.c, add a struct waitset to contain these. A waitset is created with waitset_create, which is passed to the waiter_* functions. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> Signed-off-by: Geoff Levand <geoff@infradead.org>
* Update twin ui to use discover serverGeoff Levand2012-02-151-0/+174
Signed-off-by: Geoff Levand <geoff@infradead.org>
OpenPOWER on IntegriCloud