X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/5a5c578e2e358a121cdb9234a6cb11c4ecfbf323..be7cf844f59fa483423724e8e4b5e663e5b88ddd:/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(); };