Make ScopeTracker thread safe via TLS (thread local storage)
authorThomas Jarosch <thomas.jarosch@intra2net.com>
Fri, 15 Jul 2011 14:55:35 +0000 (16:55 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Thu, 22 Sep 2011 14:26:33 +0000 (16:26 +0200)
commitf4fcef65e0107f1b2285cafb954bac055fabc2d7
tree67862e3f760975e12de93b584e1bf3a4672e0b34
parent5792472587302121f101ff31673e8d30f73ebd75
Make ScopeTracker thread safe via TLS (thread local storage)

Thanks to Gerd for the idea
src/logfunc.cpp
src/tracefunc.cpp
src/tracefunc.hpp
test/test_logging.cpp