projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed two major bugs in paxos.cc.
[invirt/third/libt4.git]
/
threaded_log.cc
diff --git
a/threaded_log.cc
b/threaded_log.cc
index
6a213b1
..
c44266e
100644
(file)
--- a/
threaded_log.cc
+++ b/
threaded_log.cc
@@
-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;