diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-23 22:24:27 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-23 22:24:27 +0000 |
commit | a7ca75838a1e40fee7aa4b4434402c36a0a403ed (patch) | |
tree | 0f1aa1c45dc176043169254bb79814f34ccb6d6c /include | |
parent | 6dc6b84b60af9bb5ef8eddb7c38626ffee95fb2e (diff) |
Services speedups for stupid buffered i/o uplinks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1175 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
-rw-r--r-- | include/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/connection.h b/include/connection.h index 65b6deed3..444d82d23 100644 --- a/include/connection.h +++ b/include/connection.h @@ -163,7 +163,7 @@ class ircd_connector : public Extensible */ void CloseConnection(); - void AddBuffer(char a); + void AddBuffer(std::string a); bool BufferIsComplete(); void ClearBuffer(); std::string GetBuffer(); |