summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-10-05 01:22:56 -0700
committerJosh Blum2012-10-05 01:22:56 -0700
commit9b06c037fcb618199e99518ee120ef3b2f1e96a7 (patch)
tree1e096af554f692991c28c46605bf5651ba0832b6 /lib/element_impl.hpp
parent075dfb6aae5c309b34789761aee3acd63f9d03fc (diff)
downloadsandhi-9b06c037fcb618199e99518ee120ef3b2f1e96a7.tar.gz
sandhi-9b06c037fcb618199e99518ee120ef3b2f1e96a7.tar.bz2
sandhi-9b06c037fcb618199e99518ee120ef3b2f1e96a7.zip
created configurable thread pool
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index 95f4f3a..d058e63 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -51,6 +51,7 @@ struct ElementImpl
boost::shared_ptr<Apology::Topology> topology;
boost::shared_ptr<Apology::Executor> executor;
boost::shared_ptr<BlockActor> block;
+ ThreadPool thread_pool;
Apology::Base *get_elem(void) const
{
if (block) return block.get();