This commit is contained in:
yangwei
2024-09-06 11:56:34 +08:00
parent b8b8bc1add
commit 9c12523c9d
4 changed files with 260 additions and 837 deletions

View File

@@ -27,7 +27,7 @@ struct plugin_manager_per_thread_data
struct stellar_message *priority_mq[STELLAR_MQ_PRIORITY_MAX];// message list
struct stellar_message *dealth_letter_queue;// dlq list
long long pub_packet_msg_cnt;
struct session *thread_scratch_session;
long long pub_polling_msg_cnt;//TODO
};
@@ -37,7 +37,7 @@ struct plugin_manager_schema
UT_array *plugin_load_specs_array;
UT_array *stellar_exdata_schema_array;
UT_array *stellar_mq_schema_array;
UT_array *registered_plugin_array;
UT_array *registered_packet_plugin_array;
UT_array *registered_polling_plugin_array;
int stellar_mq_topic_num;
int mq_topic_subscriber_num;