✨ feat(module manager API): add stellar_module_manager_get_logger
This commit is contained in:
@@ -12,7 +12,6 @@ extern "C"
|
||||
#include <limits.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
|
||||
struct stellar_module
|
||||
{
|
||||
@@ -41,6 +40,7 @@ struct stellar_module_manager
|
||||
{
|
||||
int max_thread_num;
|
||||
struct mq_schema *mq_schema;
|
||||
struct logger *logger;
|
||||
}schema;
|
||||
|
||||
}__attribute__((aligned(sizeof(void*))));
|
||||
|
||||
Reference in New Issue
Block a user