summaryrefslogtreecommitdiff
path: root/infra/module_manager/module_manager_interna.h
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-09-25 18:18:02 +0800
committeryangwei <[email protected]>2024-09-25 18:18:02 +0800
commit74f77f34112170d081868203441e71b2c78a5452 (patch)
tree7134993b9f9013d620777e03f8727648c79e404b /infra/module_manager/module_manager_interna.h
parent7291db59693c271f582cc5428306d74a007cb4b9 (diff)
✨ feat(polling manager): support polling manager
Diffstat (limited to 'infra/module_manager/module_manager_interna.h')
-rw-r--r--infra/module_manager/module_manager_interna.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/infra/module_manager/module_manager_interna.h b/infra/module_manager/module_manager_interna.h
index 5d571a6..7d28b50 100644
--- a/infra/module_manager/module_manager_interna.h
+++ b/infra/module_manager/module_manager_interna.h
@@ -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*))));