X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/4e881433f37417ccbda89c09ffdf936855d462d4..f0dcb6b97d6d40f67698d1f71ac26970f1776f82:/rpc/thr_pool.h diff --git a/rpc/thr_pool.h b/rpc/thr_pool.h index 28c5236..df11f20 100644 --- 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_;