mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Move Reporter to zeek namespace
This commit is contained in:
parent
7cedd94ee7
commit
bfab224d7c
132 changed files with 1010 additions and 987 deletions
|
@ -83,7 +83,7 @@ void init_hash_function()
|
|||
{
|
||||
// Make sure we have already called init_random_seed().
|
||||
if ( ! KeyedHash::IsInitialized() )
|
||||
reporter->InternalError("Zeek's hash functions aren't fully initialized");
|
||||
zeek::reporter->InternalError("Zeek's hash functions aren't fully initialized");
|
||||
}
|
||||
|
||||
HashKey::HashKey(bro_int_t i)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue