Rebase dev 2.0

This commit is contained in:
杨威
2024-10-11 06:08:50 +00:00
parent 2e35a79528
commit 70d21f28c3
671 changed files with 1490 additions and 1770 deletions

View File

@@ -9,6 +9,7 @@ extern "C"
#include "stellar/log.h"
#include "stellar/packet.h"
#include "stellar/module_manager.h"
struct stellar;
@@ -26,6 +27,7 @@ void stellar_free(struct stellar *st);
void stellar_loopbreak(struct stellar *st);
void stellar_reload_log_level(struct stellar *st);
struct logger *stellar_get_logger(struct stellar *st);
struct stellar_module_manager *stellar_get_module_manager(struct stellar *st);
#ifdef __cplusplus
}