diff options
author | Josh Blum | 2013-06-06 12:19:36 -0700 |
---|---|---|
committer | Josh Blum | 2013-06-06 12:19:36 -0700 |
commit | ddf0db3d061d62584b1647ba08c46f5a776fb40c (patch) | |
tree | 5bfeaf211ff9a1dd118ac30cba2312a37b07b665 /lib/element_impl.hpp | |
parent | e49fb747ee3c9d60e583ebebcac2066a945b15ec (diff) | |
download | sandhi-ddf0db3d061d62584b1647ba08c46f5a776fb40c.tar.gz sandhi-ddf0db3d061d62584b1647ba08c46f5a776fb40c.tar.bz2 sandhi-ddf0db3d061d62584b1647ba08c46f5a776fb40c.zip |
gras: renamed block member to block actor
Diffstat (limited to 'lib/element_impl.hpp')
-rw-r--r-- | lib/element_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/element_impl.hpp b/lib/element_impl.hpp index ce274f3..6b1bee0 100644 --- a/lib/element_impl.hpp +++ b/lib/element_impl.hpp @@ -46,7 +46,7 @@ struct ElementImpl boost::shared_ptr<Apology::Worker> worker; boost::shared_ptr<Apology::Topology> topology; boost::shared_ptr<Apology::Executor> executor; - boost::shared_ptr<BlockActor> block; + boost::shared_ptr<BlockActor> block_actor; boost::shared_ptr<BlockData> block_data; ThreadPool thread_pool; Apology::Base *get_elem(void) const |