summaryrefslogtreecommitdiff
path: root/src/Local.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Local.cc')
-rw-r--r--src/Local.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Local.cc b/src/Local.cc
index 8418fb1..805ecdb 100644
--- a/src/Local.cc
+++ b/src/Local.cc
@@ -47,6 +47,7 @@ void PThreadsTLSManager::doStart() {
r = pthread_key_create(&m_key, NULL);
Assert(r == 0);
+ Balau::g_tlsManager = this;
}
void * PThreadsTLSManager::getTLS() {