refactor: session module (split to define/utils/pool/table/timer/transition/manager)
This commit is contained in:
@@ -5,12 +5,6 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "session_priv.h"
|
||||
#include "log.h"
|
||||
|
||||
#define SESSION_LOG_ERROR(format, ...) LOG_ERROR("session", format, ##__VA_ARGS__)
|
||||
#define SESSION_LOG_DEBUG(format, ...) LOG_DEBUG("session", format, ##__VA_ARGS__)
|
||||
|
||||
struct session_manager_options
|
||||
{
|
||||
// max session number
|
||||
|
||||
Reference in New Issue
Block a user