🧪 test(enable lpi plus test): lpi test

This commit is contained in:
yangwei
2024-11-26 18:59:55 +08:00
parent 1b55f09ba7
commit f80da6760d
16 changed files with 130 additions and 172 deletions

View File

@@ -8,6 +8,7 @@ extern "C"
#include <stdint.h>
#include "stellar/log.h"
#include "stellar/module.h"
struct stellar;
struct stellar *stellar_new(const char *toml_file);
@@ -16,6 +17,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 module_manager *stellar_get_module_manager(struct stellar *st);
#ifdef __cplusplus
}