mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58: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
|
@ -16,7 +16,7 @@
|
|||
#define DEFAULT_SIZE 128
|
||||
#define SLOP 10
|
||||
|
||||
ODesc::ODesc(desc_type t, BroFile* arg_f)
|
||||
ODesc::ODesc(desc_type t, zeek::File* arg_f)
|
||||
{
|
||||
type = t;
|
||||
style = STANDARD_STYLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue