Add session_set_discard

This commit is contained in:
luwenpeng
2024-05-20 17:02:16 +08:00
parent be9a68935b
commit 3701fc7361
5 changed files with 43 additions and 18 deletions

View File

@@ -76,6 +76,7 @@ struct session
enum session_type type;
enum session_state state;
enum closing_reason reason;
struct session_manager *mgr;
struct session_manager_stat *mgr_stat;
};