X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/ab6c1548ac2b1907bca92c8ce43e919c1a649a6f..c279db4240a3a3c30f069ab9dea8055cf94280da:/rpc/rpc.h diff --git a/rpc/rpc.h b/rpc/rpc.h index f1eb3bc..df5d89e 100644 --- a/rpc/rpc.h +++ b/rpc/rpc.h @@ -2,11 +2,9 @@ #define rpc_h #include "types.h" -#include -#include #include "rpc_protocol.h" -#include "thr_pool.h" +#include "thread_pool.h" #include "marshall.h" #include "marshall_wrap.h" #include "connection.h" @@ -203,7 +201,7 @@ class rpcs : private connection_delegate { void dispatch(shared_ptr c, const string & buf); - unique_ptr dispatchpool_{new thread_pool(6, false)}; + unique_ptr dispatchpool_{new thread_pool(6)}; unique_ptr listener_; // RPC handler for clients binding