Fixed two major bugs in paxos.cc.
[invirt/third/libt4.git] / threaded_log.cc
index 6a213b1..c44266e 100644 (file)
@@ -5,3 +5,4 @@ map<thread::id, int> thread_name_map;
 int next_thread_num = 0;
 map<void *, int> instance_name_map;
 int next_instance_num = 0;
+int DEBUG_LEVEL = 0;