summaryrefslogtreecommitdiff
path: root/include/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/socket.h')
-rw-r--r--include/socket.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h
index eebc172cf..63546f887 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -151,6 +151,7 @@ class ListenSocket : public EventHandler
*/
InspIRCd* ServerInstance;
std::string desc;
+ int family;
public:
/** Create a new listening socket
*/