From 1494e66b4b448132030c233ef75dd9210b90e9ef Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 12 Sep 2013 23:06:12 -0700 Subject: gras: added thread pool to global config --- include/gras/top_block.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/gras/top_block.hpp') diff --git a/include/gras/top_block.hpp b/include/gras/top_block.hpp index 3dcf23f..3a1b9e5 100644 --- a/include/gras/top_block.hpp +++ b/include/gras/top_block.hpp @@ -16,6 +16,13 @@ struct GRAS_API TopBlock : HierBlock virtual ~TopBlock(void); + /*! + * Commit changes to the global configuration. + * Call this after modifying the global config. + * Commit config is called automatically by start/stop/run. + */ + void commit_config(void); + /*! * Commit changes to the overall flow graph. * Call this after modifying connections. -- cgit