summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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)