diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/clientbuf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stable/clientbuf.h b/src/stable/clientbuf.h index 7781b6a..50b6617 100644 --- a/src/stable/clientbuf.h +++ b/src/stable/clientbuf.h | |||
@@ -164,12 +164,13 @@ namespace Bu | |||
164 | private: | 164 | private: |
165 | ClientAccessRaw accClientRaw; | 165 | ClientAccessRaw accClientRaw; |
166 | ServerAccess accServer; | 166 | ServerAccess accServer; |
167 | Bu::StreamStack accClientFiltered; | 167 | //Bu::StreamStack accClientFiltered; |
168 | ClientAccess accClient; | 168 | ClientAccess accClient; |
169 | Bu::QueueBuf qbOutput; | 169 | Bu::QueueBuf qbOutput; |
170 | Bu::QueueBuf qbInput; | 170 | Bu::QueueBuf qbInput; |
171 | Bu::Mutex mOutput; | 171 | Bu::Mutex mOutput; |
172 | Bu::Mutex mInput; | 172 | Bu::Mutex mInput; |
173 | |||
173 | friend class Bu::ClientBuf::ClientAccess; | 174 | friend class Bu::ClientBuf::ClientAccess; |
174 | friend class Bu::ClientBuf::ClientAccessRaw; | 175 | friend class Bu::ClientBuf::ClientAccessRaw; |
175 | friend class Bu::ClientBuf::ServerAccess; | 176 | friend class Bu::ClientBuf::ServerAccess; |