From 412173a23c88a49ebaeb982e0c7eeddc5662b8cc Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Sat, 29 Jul 2023 00:19:13 -0700 Subject: Many bugfixes. It's almost working! --- src/stable/clientbuf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/stable/clientbuf.h') 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 private: ClientAccessRaw accClientRaw; ServerAccess accServer; - Bu::StreamStack accClientFiltered; + //Bu::StreamStack accClientFiltered; ClientAccess accClient; Bu::QueueBuf qbOutput; Bu::QueueBuf qbInput; Bu::Mutex mOutput; Bu::Mutex mInput; + friend class Bu::ClientBuf::ClientAccess; friend class Bu::ClientBuf::ClientAccessRaw; friend class Bu::ClientBuf::ServerAccess; -- cgit v1.2.3