Main, IOThread: move GMainLoop setup code to class EventLoop

This commit is contained in:
Max Kellermann
2013-01-10 19:13:00 +01:00
parent be98afe34d
commit e83f805b8f
13 changed files with 139 additions and 82 deletions

@ -22,9 +22,11 @@
#include <glib.h>
class EventLoop;
extern GThread *main_task;
extern GMainLoop *main_loop;
extern EventLoop *main_loop;
extern struct Partition *global_partition;