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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user