]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socketengine.h
Logging
[user/henk/code/inspircd.git] / include / socketengine.h
index d7a0f1c59f6003bf8a8865709a050a948ba76e9b..f2679811ebdc2393f1a50400e5fda420e7a1219c 100644 (file)
@@ -131,13 +131,15 @@ public:
         */
        int GetRemainingFds();
 
-       /** Delete a file descriptor f rom the engine
+       /** Delete a file descriptor from the engine
         * This function call deletes a file descriptor
         * from the engine, returning true if it succeeded
         * and false if it failed.
         */
        bool DelFd(int fd);
 
+       bool HasFd(int fd);
+
        /** Waits for an event.
         * Please note that this doesnt wait long, only
         * a couple of milliseconds. It returns a list