diff options
Diffstat (limited to 'libksirtet/lib/smanager.h')
-rw-r--r-- | libksirtet/lib/smanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libksirtet/lib/smanager.h b/libksirtet/lib/smanager.h index 59dd0edb..8541934e 100644 --- a/libksirtet/lib/smanager.h +++ b/libksirtet/lib/smanager.h @@ -40,7 +40,7 @@ class SocketManager Socket *operator [](uint i) { return sockets[i]; } /** @return the index of the socket (-1 if not present). */ - int find(int fd); + int tqfind(int fd); /** * Append a socket at the end of the array of sockets. |