🧪 test(enable lpi plus test): lpi test
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user