aboutsummaryrefslogtreecommitdiff
path: root/mainloop.c
AgeCommit message (Collapse)Author
2011-06-21make use of the mainloop codeDaniel Lezcano
Use the mainloop we added in the previous patch. Some reorg is needed with the functions, they are moved up and down to prevent forward declarations. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
2011-06-21add a real mainloopDaniel Lezcano
Add a mainloop code with registering of the callbacks and co. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>