mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Move record_fields method from zeek.bif to Val class method
This commit is contained in:
parent
dffefe0683
commit
528bad72de
3 changed files with 70 additions and 62 deletions
|
@ -347,6 +347,8 @@ public:
|
|||
|
||||
static bool WouldOverflow(const BroType* from_type, const BroType* to_type, const Val* val);
|
||||
|
||||
TableVal* GetRecordFields();
|
||||
|
||||
protected:
|
||||
|
||||
friend class EnumType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue