Fixed two major bugs in paxos.cc.
[invirt/third/libt4.git] / threaded_log.cc
1 #include "threaded_log.h"
2
3 mutex cerr_mutex;
4 map<thread::id, int> thread_name_map;
5 int next_thread_num = 0;
6 map<void *, int> instance_name_map;
7 int next_instance_num = 0;
8 int DEBUG_LEVEL = 0;