mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Move all of the hashing classes/functions to zeek::detail namespace
This commit is contained in:
parent
93948b4d19
commit
a2a435360a
40 changed files with 289 additions and 234 deletions
|
@ -890,7 +890,7 @@ broker::expected<broker::data> bro_broker::val_to_data(const zeek::Val* v)
|
|||
else
|
||||
rval = broker::table();
|
||||
|
||||
HashKey* hk;
|
||||
zeek::detail::HashKey* hk;
|
||||
zeek::TableEntryVal* entry;
|
||||
auto c = table->InitForIteration();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue