mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Move ODesc to zeek namespace
This commit is contained in:
parent
fdcb2760b2
commit
4e9a5e9d98
53 changed files with 162 additions and 143 deletions
|
@ -627,7 +627,7 @@ unsigned int Connection::MemoryAllocationConnVal() const
|
|||
return conn_val ? conn_val->MemoryAllocation() : 0;
|
||||
}
|
||||
|
||||
void Connection::Describe(ODesc* d) const
|
||||
void Connection::Describe(zeek::ODesc* d) const
|
||||
{
|
||||
d->Add(start_time);
|
||||
d->Add("(");
|
||||
|
@ -674,7 +674,7 @@ void Connection::Describe(ODesc* d) const
|
|||
d->NL();
|
||||
}
|
||||
|
||||
void Connection::IDString(ODesc* d) const
|
||||
void Connection::IDString(zeek::ODesc* d) const
|
||||
{
|
||||
d->Add(orig_addr);
|
||||
d->AddRaw(":", 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue