WIP
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user