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

@@ -19,7 +19,7 @@ void plugin_manager_on_packet_output(struct plugin_manager_schema *plug_mgr, str
int plugin_manager_on_polling(struct plugin_manager_schema *plug_mgr);
struct stellar_exdata;
struct stellar_exdata *session_exdata_runtime_new(struct plugin_manager_schema *plug_mgr);
struct stellar_exdata *session_exdata_runtime_new(struct stellar *st);
void session_exdata_runtime_free(struct stellar_exdata *exdata_rt);
#ifdef __cplusplus