diff options
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index 6b1bee0..6d9e551 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -48,6 +48,7 @@ struct ElementImpl boost::shared_ptr<Apology::Executor> executor; boost::shared_ptr<BlockActor> block_actor; boost::shared_ptr<BlockData> block_data; + void setup_actor(Block *block_ptr); ThreadPool thread_pool; Apology::Base *get_elem(void) const { |