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

---
 PMC                           | 2 +-
 grextras                      | 2 +-
 lib/gras_impl/block_actor.hpp | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PMC b/PMC
index cc42002..25d67bf 160000
--- a/PMC
+++ b/PMC
@@ -1 +1 @@
-Subproject commit cc42002165934e8a8800b0265ee5fe9707583f04
+Subproject commit 25d67bf1a06c972b08deb114d16aaa8a0bb14415
diff --git a/grextras b/grextras
index 54d5ed6..21970ef 160000
--- a/grextras
+++ b/grextras
@@ -1 +1 @@
-Subproject commit 54d5ed643fd7f349d2cf6673fde8158b8174288d
+Subproject commit 21970ef3dc6862f9be4cc4779a0efe1acb5496f7
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