Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | logging: Clean up debug logs | Jeremy Kerr | 2013-11-01 | 1 | -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 state | Jeremy Kerr | 2013-04-10 | 1 | -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 server | Geoff Levand | 2012-02-15 | 1 | -0/+174 |
Signed-off-by: Geoff Levand <geoff@infradead.org> |