✨ feat(infra/exdata): exdata as independent component
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user