diff options
author | Josh Blum | 2013-02-02 00:00:35 -0800 |
---|---|---|
committer | Josh Blum | 2013-02-02 00:00:35 -0800 |
commit | 9a39dce0b8619f326e276e28deb48c73d6d4fd4d (patch) | |
tree | e0109a51fbcdbd1f9bd9e8c823d5b8736256f8f2 /lib/gras_impl/block_actor.hpp | |
parent | 6943a8555fb59004e9197513c5bcb23792c1a1e9 (diff) | |
download | sandhi-9a39dce0b8619f326e276e28deb48c73d6d4fd4d.tar.gz sandhi-9a39dce0b8619f326e276e28deb48c73d6d4fd4d.tar.bz2 sandhi-9a39dce0b8619f326e276e28deb48c73d6d4fd4d.zip |
gras: update submodules, dont use tailsend here
Diffstat (limited to 'lib/gras_impl/block_actor.hpp')
-rw-r--r-- | lib/gras_impl/block_actor.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gras_impl/block_actor.hpp b/lib/gras_impl/block_actor.hpp index 5ca5cb0..dca21e6 100644 --- a/lib/gras_impl/block_actor.hpp +++ b/lib/gras_impl/block_actor.hpp @@ -99,7 +99,7 @@ struct BlockActor : Apology::Worker GRAS_FORCE_INLINE void task_kicker(void) { - if (this->is_work_allowed()) this->TailSend(SelfKickMessage(), this->GetAddress()); + if (this->is_work_allowed()) this->Send(SelfKickMessage(), this->GetAddress()); } GRAS_FORCE_INLINE bool is_input_done(const size_t i) |