mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
TablePatternMatcher: Use const StringValPtr& instead of const StringVal*
This commit is contained in:
parent
c426304c27
commit
501b582bc7
5 changed files with 9 additions and 9 deletions
|
@ -867,7 +867,7 @@ public:
|
|||
// For a table[pattern], return a vector of all yields matching
|
||||
// the given string.
|
||||
// Causes an internal error if called for any other kind of table.
|
||||
VectorValPtr LookupPattern(const StringVal* s);
|
||||
VectorValPtr LookupPattern(const StringValPtr& s);
|
||||
|
||||
// Sets the timestamp for the given index to network time.
|
||||
// Returns false if index does not exist.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue