diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2023-07-29 00:19:13 -0700 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2023-07-29 00:19:13 -0700 |
| commit | 412173a23c88a49ebaeb982e0c7eeddc5662b8cc (patch) | |
| tree | b00519e715b3ffecd342746e433d8e2dc0eb308e /src/stable/clientbuf.h | |
| parent | 915005e218b5d00939b548de65ce6354f7acb487 (diff) | |
| download | libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.gz libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.bz2 libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.tar.xz libbu++-412173a23c88a49ebaeb982e0c7eeddc5662b8cc.zip | |
Many bugfixes. It's almost working!
Diffstat (limited to 'src/stable/clientbuf.h')
| -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; |
