X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/46fb2b4bbe3a0a8516ab04cfafa895a882c70f86..5d99dbf06a14904944f5593c63705934bdfdcfb7:/rpc/thr_pool.h diff --git a/rpc/thr_pool.h b/rpc/thr_pool.h index 94ce237..5b95cba 100644 --- a/rpc/thr_pool.h +++ b/rpc/thr_pool.h @@ -4,7 +4,7 @@ #include "types.h" #include "fifo.h" -typedef std::function job_t; +typedef function job_t; class ThrPool { public: @@ -18,7 +18,7 @@ class ThrPool { bool blockadd_; fifo jobq_; - std::vector th_; + vector th_; void do_worker(); };