summaryrefslogtreecommitdiff
path: root/include/users.h
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-07-26 12:13:13 +0100
committerPeter Powell <petpow@saberuk.com>2018-07-26 12:35:22 +0100
commit09c5439c02f31e9875083e51966dad535af005a9 (patch)
tree3ed113f16f3e9b4640dd1c6a80a8e6af6f01da77 /include/users.h
parent97a1d6429a735eb279496df010d04e3f42aa4e22 (diff)
Add a module which implements the HAProxy PROXY v2 protocol.
Diffstat (limited to 'include/users.h')
-rw-r--r--include/users.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/users.h b/include/users.h
index 12a311980..88858b160 100644
--- a/include/users.h
+++ b/include/users.h
@@ -736,6 +736,7 @@ class CoreExport UserIOHandler : public StreamSocket
LocalUser* const user;
UserIOHandler(LocalUser* me) : user(me) {}
void OnDataReady() CXX11_OVERRIDE;
+ void OnSetEndPoint(const irc::sockets::sockaddrs& local, const irc::sockets::sockaddrs& remote) CXX11_OVERRIDE;
void OnError(BufferedSocketError error) CXX11_OVERRIDE;
/** Adds to the user's write buffer.