feat(session_manager): init return with handle

This commit is contained in:
yangwei
2022-07-24 23:22:52 +08:00
parent 6f558132a1
commit ba866fef10
4 changed files with 18 additions and 14 deletions

View File

@@ -1,14 +1,8 @@
enum stellar_event_type
{
STELLAR_SESSION_EVENT,
};
struct stellar_session_event_data;
struct stellar_event
{
stellar_event_type type;
union
{
struct stellar_session_event_data *session_event_data;