summaryrefslogtreecommitdiff
path: root/include/gras/top_block.hpp
diff options
context:
space:
mode:
authorJosh Blum2012-11-08 00:10:26 -0800
committerJosh Blum2012-11-08 00:10:26 -0800
commitd1d9b98d31d17b9c7b8b80105de890c287ccf96e (patch)
tree26944b48f8eb758fe5ecaaa41a5bcb9e7db6d495 /include/gras/top_block.hpp
parent4e6548ed237f3d6eda4383d6a07a4d1e99f404f6 (diff)
downloadsandhi-d1d9b98d31d17b9c7b8b80105de890c287ccf96e.tar.gz
sandhi-d1d9b98d31d17b9c7b8b80105de890c287ccf96e.tar.bz2
sandhi-d1d9b98d31d17b9c7b8b80105de890c287ccf96e.zip
lot of python locking hell...
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r--include/gras/top_block.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp
index f74b7a3..b1351e7 100644
--- a/include/gras/top_block.hpp
+++ b/include/gras/top_block.hpp
@@ -70,10 +70,10 @@ struct GRAS_API TopBlock : HierBlock
void run(void);
//! Start a flow graph execution (does not block)
- void start(void);
+ virtual void start(void);
//! Stop a flow graph execution (does not block)
- void stop(void);
+ virtual void stop(void);
/*!
* Wait for threads to exit after stop() or run().