diff options
| author | yangwei <[email protected]> | 2024-10-18 11:16:42 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-10-18 11:16:42 +0800 |
| commit | 6e7bb30630bd533873167b337a17365b3840420d (patch) | |
| tree | a918f3ee122b6b1b247b0bd205199f539f2aadfd /infra/module_manager/module_manager_interna.h | |
| parent | 260787167a81a8f7ac311ed394ceb5d990451136 (diff) | |
🦄 refactor(polling manager): merge polling into module manager
Diffstat (limited to 'infra/module_manager/module_manager_interna.h')
| -rw-r--r-- | infra/module_manager/module_manager_interna.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/infra/module_manager/module_manager_interna.h b/infra/module_manager/module_manager_interna.h index 96b46a7..b58a374 100644 --- a/infra/module_manager/module_manager_interna.h +++ b/infra/module_manager/module_manager_interna.h @@ -36,6 +36,7 @@ struct stellar_module_manager char *module_spec_toml_path; struct module_spec_load *module_specs; int load_module_num; + int topic_polling_id; struct { int max_thread_num; @@ -45,6 +46,7 @@ struct stellar_module_manager }__attribute__((aligned(sizeof(void*)))); +void stellar_polling_dispatch(struct stellar_module_manager *mod_mgr); #ifdef __cplusplus } |
