mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-10 01:27:45 +00:00
fix: use correct name for default Compression thread storage
This commit is contained in:
parent
22671562ca
commit
73392fa06a
|
|
@ -26,7 +26,7 @@ private:
|
|||
~ThreadStorage();
|
||||
};
|
||||
static thread_local ThreadStorage* m_tlsCompression;
|
||||
static ThreadStorage* m_threadCompressionDefault;
|
||||
static ThreadStorage* m_tlsCompressionDefault;
|
||||
|
||||
public:
|
||||
// Each new thread that needs to use Compression will need to call one of
|
||||
|
|
|
|||
Loading…
Reference in a new issue