From 5a378e8954717c19deaa618fc326164680383505 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Mon, 28 Aug 2017 19:28:53 +0100 Subject: Change FailedPortList to store a sockaddrs/int instead of string. --- include/socket.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/socket.h') 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 > FailedPortList; + #include "socketengine.h" /** This class handles incoming connections on client ports. * It will create a new User for every valid connection -- cgit v1.2.3