mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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();
|
~ThreadStorage();
|
||||||
};
|
};
|
||||||
static thread_local ThreadStorage* m_tlsCompression;
|
static thread_local ThreadStorage* m_tlsCompression;
|
||||||
static ThreadStorage* m_threadCompressionDefault;
|
static ThreadStorage* m_tlsCompressionDefault;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
// Each new thread that needs to use Compression will need to call one of
|
// Each new thread that needs to use Compression will need to call one of
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue