summaryrefslogtreecommitdiff
path: root/include/gras/top_block.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/gras/top_block.hpp')
-rw-r--r--include/gras/top_block.hpp7
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.