mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +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
|
@ -16,6 +16,8 @@
|
|||
#define DEFAULT_SIZE 128
|
||||
#define SLOP 10
|
||||
|
||||
namespace zeek {
|
||||
|
||||
ODesc::ODesc(desc_type t, zeek::File* arg_f)
|
||||
{
|
||||
type = t;
|
||||
|
@ -424,3 +426,5 @@ bool ODesc::FindType(const zeek::Type* type)
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue