diff options
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h index 375697ea1..8c7cc2e4e 100644 --- a/include/socket.h +++ b/include/socket.h @@ -119,6 +119,9 @@ namespace irc } } +/** A list of failed port bindings, used for informational purposes on startup */ +typedef std::vector<std::pair<irc::sockets::sockaddrs, int> > FailedPortList; + #include "socketengine.h" /** This class handles incoming connections on client ports. * It will create a new User for every valid connection |