mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Move BroFile to zeek namespace, rename to File
This commit is contained in:
parent
bfab224d7c
commit
910aa77d95
29 changed files with 135 additions and 115 deletions
|
@ -195,7 +195,7 @@ void Obj::PinPoint(ODesc* d, const Obj* obj2, bool pinpoint_only) const
|
|||
|
||||
void Obj::Print() const
|
||||
{
|
||||
static BroFile fstderr(stderr);
|
||||
static zeek::File fstderr(stderr);
|
||||
ODesc d(DESC_READABLE, &fstderr);
|
||||
Describe(&d);
|
||||
d.Add("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue