From d18eee39ff26c7aa328ca13ae66f910ebff3951f Mon Sep 17 00:00:00 2001
From: Josh Blum
Date: Fri, 15 Mar 2013 23:33:43 -0700
Subject: gras: high prio message may have deferred handle task

---
 lib/block_handlers.cpp | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'lib')

diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp
index 7a5b0d7..a3e030a 100644
--- a/lib/block_handlers.cpp
+++ b/lib/block_handlers.cpp
@@ -142,4 +142,7 @@ void BlockActor::handle_get_stats(
     message.stats = this->stats;
     message.stats_time = time_now();
     this->Send(message, from); //ACK
+
+    //high prio message may have deferred handle task
+    this->handle_task();
 }
-- 
cgit