✨ feat(stellar core): module & node register in stellar_new
This commit is contained in:
@@ -149,6 +149,14 @@ struct session *session_manager_lookup_session_by_id(struct session_manager *ses
|
||||
void session_manager_on_packet_forward(struct packet *pkt, void *args);
|
||||
void session_manager_on_packet_output(struct packet *pkt, void *args);
|
||||
|
||||
struct module *session_manager_on_init(struct module_manager *mod_mgr);
|
||||
void session_manager_on_exit(struct module_manager *mod_mgr, struct module *mod);
|
||||
struct module *session_manager_on_thread_init(struct module_manager *mod_mgr, int thread_id, struct module *mod);
|
||||
void session_manager_on_thread_exit(struct module_manager *mod_mgr, int thread_id, struct module *mod);
|
||||
|
||||
struct module *session_monitor_on_init(struct module_manager *mod_mgr);
|
||||
void session_monitor_on_exit(struct module_manager *mod_mgr, struct module *mod);
|
||||
|
||||
struct tcp_segment
|
||||
{
|
||||
uint32_t len;
|
||||
|
||||
Reference in New Issue
Block a user