diff options
author | Josh Blum | 2013-02-01 00:22:05 -0600 |
---|---|---|
committer | Josh Blum | 2013-02-01 00:22:05 -0600 |
commit | e21fdd0deb76471fa35c95bdc5c78a5ce85f7602 (patch) | |
tree | 5c4beeb76d0db211c0aed9e2ffa77b9d71108915 /lib/block_handlers.cpp | |
parent | 3966ed72ba0aa187c0065efc15c3cb9fe0020447 (diff) | |
download | sandhi-e21fdd0deb76471fa35c95bdc5c78a5ce85f7602.tar.gz sandhi-e21fdd0deb76471fa35c95bdc5c78a5ce85f7602.tar.bz2 sandhi-e21fdd0deb76471fa35c95bdc5c78a5ce85f7602.zip |
gras: task kicker work seems to have fixed #40
Diffstat (limited to 'lib/block_handlers.cpp')
-rw-r--r-- | lib/block_handlers.cpp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/block_handlers.cpp b/lib/block_handlers.cpp index 5b6a1c0..215be6d 100644 --- a/lib/block_handlers.cpp +++ b/lib/block_handlers.cpp @@ -22,12 +22,7 @@ void BlockActor::handle_top_active( this->Send(0, from); //ACK - //TODO figure out for why under what funny reasons - //grextras packet test has an issue passing - //when I do the kick, but not with the direct call to handle - //ideally, we always kick here and let the kick handler call handle_task - this->handle_task(); - //this->task_kicker(); + this->task_kicker(); } void BlockActor::handle_top_inert( |