X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/eb3d5c6416c0f0d1cad35e52af3231de7866fea8..26ade07ab0e62b98b452fbbd18edba0450035e35:/rpc/thr_pool.h?ds=sidebyside diff --git a/rpc/thr_pool.h b/rpc/thr_pool.h index df11f20..a864784 100644 --- a/rpc/thr_pool.h +++ b/rpc/thr_pool.h @@ -4,7 +4,7 @@ #include "types.h" #include "fifo.h" -typedef function job_t; +typedef std::function job_t; class thread_pool { public: