mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bernhard/ticket-1144'
* origin/topic/bernhard/ticket-1144: Allow iterating over bif functions with result type vector of any. BIT-1144 #merged
This commit is contained in:
commit
7774af7518
13 changed files with 74 additions and 7 deletions
|
@ -656,6 +656,8 @@ protected:
|
|||
DECLARE_SERIAL(PatternVal);
|
||||
};
|
||||
|
||||
// ListVals are mainly used to index tables that have more than one
|
||||
// element in their index.
|
||||
class ListVal : public Val {
|
||||
public:
|
||||
ListVal(TypeTag t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue