mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Rename BroString to zeek::String
This commit is contained in:
parent
a2bc42dd93
commit
736a3f53d4
58 changed files with 346 additions and 339 deletions
|
@ -145,7 +145,7 @@ HashKey::HashKey(const char* s)
|
|||
hash = HashBytes(key, size);
|
||||
}
|
||||
|
||||
HashKey::HashKey(const zeek::BroString* s)
|
||||
HashKey::HashKey(const zeek::String* s)
|
||||
{
|
||||
size = s->Len();
|
||||
key = (void*) s->Bytes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue