From: brain Date: Thu, 15 Dec 2005 20:40:10 +0000 (+0000) Subject: Added Buffer member X-Git-Tag: v2.0.23~9580 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=16ad204a5fb2f70a9c74b25b3b186d234cf83b23;p=user%2Fhenk%2Fcode%2Finspircd.git Added Buffer member git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2493 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/socket.h b/include/socket.h index bc1197283..90793f2f3 100644 --- a/include/socket.h +++ b/include/socket.h @@ -105,6 +105,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