Started working on an updated libevent and event queue implementation that would not require timers.

Signed-off-by: Jan Vidar Krey <janvidar@extatic.org>
This commit is contained in:
Jan Vidar Krey
2009-03-18 02:32:00 +01:00
parent 4d0ed61a05
commit 4f8edfe9c8
6 changed files with 41 additions and 18 deletions

View File

@@ -153,7 +153,7 @@ int main_loop()
hub_set_variables(hub, &acl);
event_dispatch();
hub_event_loop(hub);
hub_free_variables(hub);
acl_shutdown(&acl);