X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/2546a41ad36fdc9ef6471cb35a1d56930ae1b527..5bb7eb131773abd9e642f83629528b4c4e706b2e:/threaded_log.cc diff --git a/threaded_log.cc b/threaded_log.cc index 57ddc08..c44266e 100644 --- a/threaded_log.cc +++ b/threaded_log.cc @@ -1,9 +1,8 @@ -#include -#include #include "threaded_log.h" -std::mutex cerr_mutex; -std::map thread_name_map; +mutex cerr_mutex; +map thread_name_map; int next_thread_num = 0; -std::map instance_name_map; +map instance_name_map; int next_instance_num = 0; +int DEBUG_LEVEL = 0;