mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 11:38:20 +00:00
Move session code into new directory and into zeek::session namespace
This commit is contained in:
parent
3ee171eb2d
commit
18c6aaaa33
38 changed files with 143 additions and 124 deletions
|
@ -24,7 +24,7 @@ extern "C" {
|
|||
};
|
||||
|
||||
#include "zeek/NetVar.h"
|
||||
#include "zeek/SessionManager.h"
|
||||
#include "zeek/session/SessionManager.h"
|
||||
#include "zeek/Event.h"
|
||||
#include "zeek/Timer.h"
|
||||
#include "zeek/ID.h"
|
||||
|
@ -195,7 +195,7 @@ void init_run(const std::optional<std::string>& interface,
|
|||
|
||||
zeek::detail::init_ip_addr_anonymizers();
|
||||
|
||||
session_mgr = new SessionManager();
|
||||
session_mgr = new session::SessionManager();
|
||||
|
||||
// Initialize the stepping stone manager. We intentionally throw away the result here.
|
||||
SteppingStoneManager::Get();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue