diff options
Diffstat (limited to 'include/socket.h')
-rw-r--r-- | include/socket.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/socket.h b/include/socket.h index 9d6c56a18..375697ea1 100644 --- a/include/socket.h +++ b/include/socket.h @@ -128,10 +128,7 @@ class CoreExport ListenSocket : public EventHandler { public: reference<ConfigTag> bind_tag; - std::string bind_addr; - int bind_port; - /** Human-readable bind description */ - std::string bind_desc; + const irc::sockets::sockaddrs bind_sa; class IOHookProvRef : public dynamic_reference_nocheck<IOHookProvider> { |