✨ feat(plugin_manager_init): set max_msg_per_stage as parameter
This commit is contained in:
@@ -7,10 +7,12 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#define MAX_MSG_PER_STAGE 256
|
||||
|
||||
struct plugin_manager_schema;
|
||||
struct plugin_manager_runtime;
|
||||
|
||||
struct plugin_manager_schema *plugin_manager_init(struct stellar *st, const char *plugin_spec_file_path);
|
||||
struct plugin_manager_schema *plugin_manager_init(struct stellar *st, const char *plugin_spec_file_path, unsigned int max_msg_per_stage);
|
||||
void plugin_manager_exit(struct plugin_manager_schema *plug_mgr);
|
||||
|
||||
void plugin_manager_on_packet_input(struct plugin_manager_schema *plug_mgr, struct packet *pkt);
|
||||
|
||||
Reference in New Issue
Block a user