From e83f805b8fa34db8ac0b885d3fb78c0e6437c908 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jan 2013 19:13:00 +0100 Subject: Main, IOThread: move GMainLoop setup code to class EventLoop --- src/Main.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/Main.hxx') diff --git a/src/Main.hxx b/src/Main.hxx index 7047cced..6ce07943 100644 --- a/src/Main.hxx +++ b/src/Main.hxx @@ -22,9 +22,11 @@ #include +class EventLoop; + extern GThread *main_task; -extern GMainLoop *main_loop; +extern EventLoop *main_loop; extern struct Partition *global_partition; -- cgit v1.2.3