diff options
author | Josh Blum | 2013-09-12 23:06:12 -0700 |
---|---|---|
committer | Josh Blum | 2013-09-12 23:06:12 -0700 |
commit | 1494e66b4b448132030c233ef75dd9210b90e9ef (patch) | |
tree | 7420af1cff1b0d31ef24fb0d366d8e6f198c4c0d /include/gras/top_block.hpp | |
parent | f9c0d4c2e39aa28cc501ceb6479afc32f7849b11 (diff) | |
download | sandhi-1494e66b4b448132030c233ef75dd9210b90e9ef.tar.gz sandhi-1494e66b4b448132030c233ef75dd9210b90e9ef.tar.bz2 sandhi-1494e66b4b448132030c233ef75dd9210b90e9ef.zip |
gras: added thread pool to global config
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r-- | include/gras/top_block.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -17,6 +17,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. * Commit is called automatically by start/stop/run. |