mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Move Session code to namespaces
This commit is contained in:
parent
4e9a5e9d98
commit
e3ee1860b8
21 changed files with 89 additions and 65 deletions
|
@ -57,7 +57,7 @@ void ConnectionTimer::Dispatch(double t, bool is_expire)
|
|||
uint64_t Connection::total_connections = 0;
|
||||
uint64_t Connection::current_connections = 0;
|
||||
|
||||
Connection::Connection(NetSessions* s, const zeek::detail::ConnIDKey& k, double t,
|
||||
Connection::Connection(zeek::NetSessions* s, const zeek::detail::ConnIDKey& k, double t,
|
||||
const ConnID* id, uint32_t flow, const zeek::Packet* pkt,
|
||||
const zeek::EncapsulationStack* arg_encap)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue