refactor: session module (split to define/utils/pool/table/timer/transition/manager)
This commit is contained in:
@@ -5,11 +5,6 @@ extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include "session_priv.h"
|
||||
|
||||
#define PLUGIN_MANAGER_LOG_ERROR(format, ...) LOG_ERROR("plugin manager", format, ##__VA_ARGS__)
|
||||
#define PLUGIN_MANAGER_LOG_DEBUG(format, ...) LOG_DEBUG("plugin manager", format, ##__VA_ARGS__)
|
||||
|
||||
struct plugin_manager_schema;
|
||||
struct plugin_manager_runtime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user