Instance: add attribute "event_loop"

Replaces global variable "main_loop".
This commit is contained in:
Max Kellermann
2014-02-04 23:58:03 +01:00
parent e8938b1069
commit d380db25be
4 changed files with 22 additions and 18 deletions

View File

@@ -26,8 +26,6 @@ struct Instance;
extern ThreadId main_thread;
extern EventLoop *main_loop;
extern Instance *instance;
/**