refactor(session manager): turning the session manager into a stellar module

This commit is contained in:
luwenpeng
2024-09-20 16:56:05 +08:00
parent 620019cf8e
commit 94f1913e3e
20 changed files with 1944 additions and 1507 deletions

View File

@@ -7,7 +7,7 @@ extern "C"
{
#endif
#include "session_manager.h"
#include "session_manager_runtime.h"
static struct session_manager_config sess_mgr_cfg = {
.session_id_seed = 0xFFFFF,