mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move a few low-use classes to namespaces
This commit is contained in:
parent
886fc102b8
commit
c9ab1f93e7
53 changed files with 252 additions and 122 deletions
|
@ -577,7 +577,7 @@ bool Manager::PublishLogWrite(zeek::EnumVal* stream, zeek::EnumVal* writer, stri
|
|||
return false;
|
||||
}
|
||||
|
||||
BinarySerializationFormat fmt;
|
||||
zeek::detail::BinarySerializationFormat fmt;
|
||||
char* data;
|
||||
int len;
|
||||
|
||||
|
@ -1332,7 +1332,7 @@ bool bro_broker::Manager::ProcessLogWrite(broker::zeek::LogWrite lw)
|
|||
return false;
|
||||
}
|
||||
|
||||
BinarySerializationFormat fmt;
|
||||
zeek::detail::BinarySerializationFormat fmt;
|
||||
fmt.StartRead(serial_data->data(), serial_data->size());
|
||||
|
||||
int num_fields;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue