feature: add session monitor, support 'show session id/all/info' command
This commit is contained in:
16
infra/session_manager/session_manager.h
Normal file
16
infra/session_manager/session_manager.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct session_manager;
|
||||
struct session_manager_rte *session_manager_get_rte(struct session_manager *sess_mgr, uint16_t thread_id);
|
||||
struct session_manager_cfg *session_manager_get_cfg(struct session_manager *sess_mgr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user