feat(module manager): Define and implement the polling API

This commit is contained in:
yangwei
2024-09-25 17:44:27 +08:00
parent c550acef84
commit 7291db5969
6 changed files with 102 additions and 7 deletions

View File

@@ -40,6 +40,7 @@ struct stellar_module_manager
int load_module_num;
int max_thread_num;
struct mq_schema *mq_schema;
int polling_topic_id;
}schema;
}__attribute__((aligned(sizeof(void*))));