feat(mod_manager API): add stellar_module_manager_get_toml_path

This commit is contained in:
yangwei
2024-09-19 15:58:39 +08:00
parent 17b537b19a
commit ba13baaf34
3 changed files with 10 additions and 0 deletions

View File

@@ -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);