From 9a39dce0b8619f326e276e28deb48c73d6d4fd4d Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 2 Feb 2013 00:00:35 -0800 Subject: gras: update submodules, dont use tailsend here --- lib/gras_impl/block_actor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gras_impl/block_actor.hpp') 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) -- cgit