projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
More clean-ups and cool template stuff
[invirt/third/libt4.git]
/
threaded_log.cc
diff --git
a/tprintf.cc
b/threaded_log.cc
similarity index 88%
rename from
tprintf.cc
rename to
threaded_log.cc
index
93a6070
..
57ddc08
100644
(file)
--- a/
tprintf.cc
+++ b/
threaded_log.cc
@@
-1,6
+1,6
@@
#include <sys/time.h>
#include <stdint.h>
-#include "tprintf.h"
+#include "threaded_log.h"
std::mutex cerr_mutex;
std::map<std::thread::id, int> thread_name_map;