]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/socket.h
Make core_hostname_lookup redo the lookup when a user's IP changes.
[user/henk/code/inspircd.git] / include / socket.h
index 375697ea17e654e5f70432524450b9a3480f19b6..8c7cc2e4e06bcdaf6206bc80d5e8d843011c024f 100644 (file)
@@ -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