feat(infra/exdata): exdata as independent component

This commit is contained in:
yangwei
2024-09-06 18:36:24 +08:00
parent 3de8bbdabc
commit a24214cbee
12 changed files with 270 additions and 177 deletions

View File

@@ -20,9 +20,9 @@ void plugin_manager_on_packet_output(struct plugin_manager_schema *plug_mgr, str
//return polling work state, 0: idle, 1: working
int plugin_manager_on_polling(struct plugin_manager_schema *plug_mgr);
struct stellar_exdata;
struct stellar_exdata *session_exdata_runtime_new(struct stellar *st);
void session_exdata_runtime_free(struct stellar_exdata *exdata_rt);
struct exdata_handle;
struct exdata_handle *session_exdata_runtime_new(struct stellar *st);
void session_exdata_runtime_free(struct exdata_handle *exdata_h);
#ifdef __cplusplus
}