session support get/set current packet
This commit is contained in:
@@ -168,7 +168,7 @@ void session_manager_set_session_eventcb(struct session_manager *mgr, session_ev
|
||||
mgr->arg = arg;
|
||||
}
|
||||
|
||||
struct session *session_manager_find_sessions(struct session_manager *mgr, const struct packet *pkt)
|
||||
struct session *session_manager_find_session(struct session_manager *mgr, const struct packet *pkt)
|
||||
{
|
||||
struct session_key key;
|
||||
// TODO packet to key
|
||||
|
||||
Reference in New Issue
Block a user