added the static_mods table for adding externally added static modules
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-16 17:58:01 +09:00
parent d3b90da1e7
commit ca1cf488e4
14 changed files with 465 additions and 264 deletions

View File

@@ -373,7 +373,8 @@ struct hawk_t
int haltall;
hawk_ecb_t* ecb;
hawk_rbt_t* modtab;
hawk_htb_t* static_mods; /* per-instance static modules */
hawk_rbt_t* modtab; /* resolved modules for runtime */
};
struct hawk_chain_t