From: Wolfgang Bangerth Date: Mon, 3 Oct 2011 02:18:09 +0000 (+0000) Subject: Leave a todo. X-Git-Tag: v8.0.0~3312 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=243f582a0455546f4af2a2429430e2940f88e8b0;p=dealii.git Leave a todo. git-svn-id: https://svn.dealii.org/trunk@24504 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/logstream.cc b/deal.II/source/base/logstream.cc index 8f3b3de986..0a1b9b5604 100644 --- a/deal.II/source/base/logstream.cc +++ b/deal.II/source/base/logstream.cc @@ -139,6 +139,7 @@ LogStream::operator<< (std::ostream& (*p) (std::ostream&)) std::ostringstream& LogStream::get_stream() { +//TODO: use a ThreadLocalStorage object here Threads::ThreadMutex::ScopedLock lock(log_lock); const unsigned int id = Threads::this_thread_id();