projects
/
invirt/third/libt4.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Cosmetic improvements.
[invirt/third/libt4.git]
/
rpc
/
thr_pool.cc
diff --git
a/rpc/thr_pool.cc
b/rpc/thr_pool.cc
index
4988dab
..
fc7be3d
100644
(file)
--- a/
rpc/thr_pool.cc
+++ b/
rpc/thr_pool.cc
@@
-18,7
+18,7
@@
thread_pool::~thread_pool() {
th_[i].join();
}
-bool thread_pool::addJob(const job_t &j) {
+bool thread_pool::addJob(const job_t & j) {
return jobq_.enq(j,blockadd_);
}