diff options
author | Josh Blum | 2013-03-15 23:33:43 -0700 |
---|---|---|
committer | Josh Blum | 2013-03-15 23:33:43 -0700 |
commit | d18eee39ff26c7aa328ca13ae66f910ebff3951f (patch) | |
tree | 3dbb2c3e47d731ef80e1bfadcf221aad090d3aeb /lib | |
parent | bef519421c345d99b29200d54f02cf0512b2c52e (diff) | |
download | sandhi-d18eee39ff26c7aa328ca13ae66f910ebff3951f.tar.gz sandhi-d18eee39ff26c7aa328ca13ae66f910ebff3951f.tar.bz2 sandhi-d18eee39ff26c7aa328ca13ae66f910ebff3951f.zip |
gras: high prio message may have deferred handle task
Diffstat (limited to 'lib')
-rw-r--r-- | lib/block_handlers.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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(); } |