summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/socket.h b/include/socket.h
index bc1197283..90793f2f3 100644
--- a/include/socket.h
+++ b/include/socket.h
@@ -106,6 +106,11 @@ private:
char ibuf[16384];
/**
+ * The output buffer for this socket
+ */
+ std::string Buffer;
+
+ /**
* The IP address being connected
* to stored in string form for
* easy retrieval by accessors.