summaryrefslogtreecommitdiff
path: root/lib/top_block.cpp
diff options
context:
space:
mode:
authorJosh Blum2012-09-20 18:10:34 -0700
committerJosh Blum2012-09-20 18:10:34 -0700
commit70d6105c6a5356e2b5dadeae45751239c080cace (patch)
tree7cc4ac9c1ecf3cd83f9c686c533751596ec984ac /lib/top_block.cpp
parent6fed7c8bd373fcde314afeac8e0b110b642c31c6 (diff)
downloadsandhi-70d6105c6a5356e2b5dadeae45751239c080cace.tar.gz
sandhi-70d6105c6a5356e2b5dadeae45751239c080cace.tar.bz2
sandhi-70d6105c6a5356e2b5dadeae45751239c080cace.zip
fun with inlines
Diffstat (limited to 'lib/top_block.cpp')
-rw-r--r--lib/top_block.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/top_block.cpp b/lib/top_block.cpp
index 3231055..bea7371 100644
--- a/lib/top_block.cpp
+++ b/lib/top_block.cpp
@@ -110,7 +110,7 @@ void TopBlock::wait(void)
{
//We do not need to join "special" threads;
//the token mechainism will do just fine.
- //(*this)->thread_group->join_all();
+ (*this)->thread_group->join_all();
//wait for all blocks to release the token
while (not (*this)->token.unique())