mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/defer-more-stuff'
* origin/topic/awelzel/defer-more-stuff: RecordType: Ensure &default fields are always re-initialized Attr: Deprecate using &default and &optional together on record fields RecordType: Allow deferring &default=vector(), set(), table() fields
This commit is contained in:
commit
10e7f14f78
12 changed files with 146 additions and 9 deletions
|
@ -52,7 +52,7 @@ export {
|
|||
## The peer that originated this weird. This is helpful in
|
||||
## cluster deployments if a particular cluster node is having
|
||||
## trouble to help identify which node is having trouble.
|
||||
peer: string &log &optional &default=peer_description;
|
||||
peer: string &log &default=peer_description;
|
||||
|
||||
## The source of the weird. When reported by an analyzer, this
|
||||
## should be the name of the analyzer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue