]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine_epoll.h
Provide error output on failure to load a core command; to console on startup, and...
[user/henk/code/inspircd.git] / include / socketengine_epoll.h
index ca71fb50071086d2331fe93c18b551fd5407f37d..736a109eb177bdacf5541aedffdcecb929210b34 100644 (file)
@@ -45,7 +45,7 @@ public:
        virtual bool AddFd(EventHandler* eh);
        virtual int GetMaxFds();
        virtual int GetRemainingFds();
-       virtual bool DelFd(EventHandler* eh);
+       virtual bool DelFd(EventHandler* eh, bool force = false);
        virtual int DispatchEvents();
        virtual std::string GetName();
        virtual void WantWrite(EventHandler* eh);