summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-09-19 15:58:39 +0800
committeryangwei <[email protected]>2024-09-19 15:58:39 +0800
commitba13baaf344ac69bd0517d73db3cb7cdd5de4195 (patch)
treee2f97916129130cc4d4afa30c58683a6de60278e /include
parent17b537b19ad41326f1f0fc6fffcee2d04ef14405 (diff)
✨ feat(mod_manager API): add stellar_module_manager_get_toml_path
Diffstat (limited to 'include')
-rw-r--r--include/stellar/module_manager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/stellar/module_manager.h b/include/stellar/module_manager.h
index e4983bb..fad50cf 100644
--- a/include/stellar/module_manager.h
+++ b/include/stellar/module_manager.h
@@ -33,6 +33,7 @@ struct stellar_module *stellar_module_manager_get_module(struct stellar_module_m
int stellar_module_manager_get_thread_id(struct stellar_module_manager* mod_mgr);
int stellar_module_manager_get_max_thread_num(struct stellar_module_manager* mod_mgr);
+const char *stellar_module_manager_get_toml_path(struct stellar_module_manager *mod_mgr);
struct mq_schema *stellar_module_get_mq_schema(struct stellar_module_manager *mod_mgr);
struct mq_runtime *stellar_module_get_mq_runtime(struct stellar_module_manager *mod_mgr);