Simplifications and clean-ups
[invirt/third/libt4.git] / rpc / thr_pool.h
index df11f20..a864784 100644 (file)
@@ -4,7 +4,7 @@
 #include "types.h"
 #include "fifo.h"
 
-typedef function<void()> job_t;
+typedef std::function<void()> job_t;
 
 class thread_pool {
     public: