summaryrefslogtreecommitdiff
path: root/lib/element_impl.hpp
diff options
context:
space:
mode:
authorJosh Blum2013-06-06 13:01:04 -0700
committerJosh Blum2013-06-06 13:01:04 -0700
commit7350e18b8d5090349390f54b76a0e251b66ce619 (patch)
tree6ce12ebd668d120823c652f8b09d055a149d70dc /lib/element_impl.hpp
parent3739e119b81f0898755817eff618d45eed7e6692 (diff)
downloadsandhi-7350e18b8d5090349390f54b76a0e251b66ce619.tar.gz
sandhi-7350e18b8d5090349390f54b76a0e251b66ce619.tar.bz2
sandhi-7350e18b8d5090349390f54b76a0e251b66ce619.zip
gras: moved block ptr into data
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r--lib/element_impl.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp
index 6d9e551..23f7127 100644
--- a/lib/element_impl.hpp
+++ b/lib/element_impl.hpp
@@ -19,6 +19,8 @@ namespace gras
struct ElementImpl
{
+ //setup stuff
+ void setup_actor(void);
//deconstructor stuff
~ElementImpl(void);
@@ -48,7 +50,6 @@ 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
{