refactor: rename session_utils.cpp to session.cpp

This commit is contained in:
luwenpeng
2024-08-21 11:06:10 +08:00
parent 99edee1c4f
commit b0b699e47b
30 changed files with 103 additions and 152 deletions

View File

@@ -2,7 +2,7 @@
#include <assert.h>
#include "log.h"
#include "session_utils.h"
#include "session_private.h"
#include "session_transition.h"
#define SESSION_TRANSITION_LOG_INFO(format, ...) LOG_INFO("session transition", format, ##__VA_ARGS__)