mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +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
|
@ -650,7 +650,7 @@ void Dictionary::StartChangeSize(int new_size)
|
|||
return;
|
||||
|
||||
if ( tbl2 )
|
||||
reporter->InternalError("Dictionary::StartChangeSize() tbl2 not NULL");
|
||||
zeek::reporter->InternalError("Dictionary::StartChangeSize() tbl2 not NULL");
|
||||
|
||||
Init2(new_size);
|
||||
|
||||
|
@ -697,7 +697,7 @@ void Dictionary::FinishChangeSize()
|
|||
{
|
||||
// Cheap safety check.
|
||||
if ( num_entries != 0 )
|
||||
reporter->InternalError(
|
||||
zeek::reporter->InternalError(
|
||||
"Dictionary::FinishChangeSize: num_entries is %d\n",
|
||||
num_entries);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue