summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJosh Blum2012-09-29 18:47:06 -0700
committerJosh Blum2012-09-29 18:47:06 -0700
commit29f4f4a3d34478b00aac5dfde80ba80aa5107510 (patch)
treec81fa8c4d10358b80aed62f3c49f6f7aa8983936 /lib
parentec1677346389ab3b434d81c6bde15321f3dbe209 (diff)
downloadsandhi-29f4f4a3d34478b00aac5dfde80ba80aa5107510.tar.gz
sandhi-29f4f4a3d34478b00aac5dfde80ba80aa5107510.tar.bz2
sandhi-29f4f4a3d34478b00aac5dfde80ba80aa5107510.zip
minor changes and updated submodule apology commit
Diffstat (limited to 'lib')
-rw-r--r--lib/block_task.cpp1
-rw-r--r--lib/gras_impl/debug.hpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/lib/block_task.cpp b/lib/block_task.cpp
index 3f012da..5b1a667 100644
--- a/lib/block_task.cpp
+++ b/lib/block_task.cpp
@@ -262,6 +262,5 @@ GRAS_FORCE_INLINE void BlockActor::conclusion(void)
if (this->input_queues.all_ready() and this->output_queues.all_ready())
{
this->Push(SelfKickMessage(), Theron::Address());
- return;
}
}
diff --git a/lib/gras_impl/debug.hpp b/lib/gras_impl/debug.hpp
index f7117ee..077ac5d 100644
--- a/lib/gras_impl/debug.hpp
+++ b/lib/gras_impl/debug.hpp
@@ -31,7 +31,7 @@
//-- define to enable these debugs:
//----------------------------------------------------------------------
//#define WORK_DEBUG
-#define ASSERTING
+//#define ASSERTING
//#define MESSAGE_TRACING
//----------------------------------------------------------------------