summaryrefslogtreecommitdiff
path: root/infra/module_manager/module_manager_interna.h
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-09-29 14:23:26 +0800
committeryangwei <[email protected]>2024-09-29 14:23:26 +0800
commitd9d9b4728dbb9b8c4aaef17a41067eb173744cb9 (patch)
tree5c1b2b0e8d116609b88d043fdd0628a721696d10 /infra/module_manager/module_manager_interna.h
parent2ea8d96c5cd4a12a0b1f3cfb5a0fdc4bdaf40ec5 (diff)
✨ feat(module manager API): add stellar_module_manager_get_logger
Diffstat (limited to 'infra/module_manager/module_manager_interna.h')
-rw-r--r--infra/module_manager/module_manager_interna.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/infra/module_manager/module_manager_interna.h b/infra/module_manager/module_manager_interna.h
index 0938ad2..96b46a7 100644
--- a/infra/module_manager/module_manager_interna.h
+++ b/infra/module_manager/module_manager_interna.h
@@ -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*))));