diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/socketengine.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/socketengine.h b/include/socketengine.h index 34dd306ba..0187a043e 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -283,6 +283,9 @@ class CoreExport SocketEngine /** Look up the fd limit using rlimit. */ static void LookupMaxFds(); + /** Terminates the program when the socket engine fails to initialize. */ + static void InitError(); + static void OnSetEvent(EventHandler* eh, int old_mask, int new_mask); /** Add an event handler to the base socket engine. AddFd(EventHandler*, int) should call this. |