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

@@ -20,6 +20,7 @@ struct stellar_module
struct stellar_module_manager
{
char *module_spec_toml_path;
struct
{
UT_array *module_specs_array;