feat(polling manager): support polling manager

This commit is contained in:
yangwei
2024-09-25 18:18:02 +08:00
parent 7291db5969
commit 74f77f3411
11 changed files with 224 additions and 100 deletions

View File

@@ -40,7 +40,6 @@ 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*))));