summaryrefslogtreecommitdiff
path: root/include/uplink.h
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2014-05-31 21:17:46 -0400
committerAdam <Adam@anope.org>2014-05-31 21:17:46 -0400
commit54e98f017c95feec8265d7e5c1d0b29fc5c716ea (patch)
treee4dde7b6492bcab9dd4ae3e4f952594897595b17 /include/uplink.h
parentbb7706d0f709c780c4733d696dc152d63b7fb00f (diff)
Always log when the uplink socket errors, and give possibly helpful advise
Diffstat (limited to 'include/uplink.h')
-rw-r--r--include/uplink.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uplink.h b/include/uplink.h
index c7e3e1ccf..cc124fef1 100644
--- a/include/uplink.h
+++ b/include/uplink.h
@@ -25,6 +25,7 @@ namespace Uplink
class UplinkSocket : public ConnectionSocket, public BufferedSocket
{
public:
+ bool error;
UplinkSocket();
~UplinkSocket();
bool ProcessRead() anope_override;