mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
option for deterministic descriptions of sets & tables
This commit is contained in:
parent
a808e166a4
commit
9e4c87b112
3 changed files with 51 additions and 12 deletions
|
@ -40,6 +40,7 @@ ODesc::ODesc(DescType t, File* arg_f)
|
|||
indent_level = 0;
|
||||
is_short = false;
|
||||
want_quotes = false;
|
||||
want_determinism = false;
|
||||
do_flush = true;
|
||||
include_stats = false;
|
||||
indent_with_spaces = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue