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.h
diff --git
a/rpc/thr_pool.h
b/rpc/thr_pool.h
index
28c5236
..
df11f20
100644
(file)
--- a/
rpc/thr_pool.h
+++ b/
rpc/thr_pool.h
@@
-11,7
+11,7
@@
class thread_pool {
thread_pool(size_t sz, bool blocking=true);
~thread_pool();
- bool addJob(const job_t &j);
+ bool addJob(const job_t & j);
private:
size_t nthreads_;