feat(stellar core): module & node register in stellar_new

This commit is contained in:
yangwei
2024-11-26 14:37:05 +08:00
parent 1ddd1f6b78
commit 78562a8dd8
7 changed files with 87 additions and 29 deletions

View File

@@ -49,6 +49,10 @@ extern "C"
"show moduleb -h"
"show modulec --help"
*/
struct module *monitor_on_init(struct module_manager *mod_mgr);
void monitor_on_exit(struct module_manager *mod_mgr __attribute__((unused)), struct module *mod);
#ifdef __cplusplus
}
#endif