1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 19:16:37 +02:00

Added an epoll socket engine

This commit is contained in:
Adam
2010-07-08 22:19:13 -04:00
parent 8f8b1e46d6
commit 1cf4ebb231
17 changed files with 864 additions and 463 deletions
+3
View File
@@ -352,6 +352,9 @@ int init_primary(int ac, char **av)
/* Add Database Modules */
ModuleManager::LoadModuleList(Config.DBModuleList);
/* Load the socket engine */
ModuleManager::LoadModule(Config.SocketEngine, NULL);
return 0;
}