summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2013-02-02 00:00:35 -0800
committerJosh Blum2013-02-02 00:00:35 -0800
commit9a39dce0b8619f326e276e28deb48c73d6d4fd4d (patch)
treee0109a51fbcdbd1f9bd9e8c823d5b8736256f8f2
parent6943a8555fb59004e9197513c5bcb23792c1a1e9 (diff)
downloadsandhi-9a39dce0b8619f326e276e28deb48c73d6d4fd4d.tar.gz
sandhi-9a39dce0b8619f326e276e28deb48c73d6d4fd4d.tar.bz2
sandhi-9a39dce0b8619f326e276e28deb48c73d6d4fd4d.zip
gras: update submodules, dont use tailsend here
m---------PMC0
m---------grextras0
-rw-r--r--lib/gras_impl/block_actor.hpp2
3 files changed, 1 insertions, 1 deletions
diff --git a/PMC b/PMC
-Subproject cc42002165934e8a8800b0265ee5fe9707583f0
+Subproject 25d67bf1a06c972b08deb114d16aaa8a0bb1441
diff --git a/grextras b/grextras
-Subproject 54d5ed643fd7f349d2cf6673fde8158b8174288
+Subproject 21970ef3dc6862f9be4cc4779a0efe1acb5496f
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)