mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Remove deprecated attributes.
To be more exact: &encrypt, &mergeable, &rotate_interval, &rotate_size Also removes no longer used redef-able constants: log_rotate_interval, log_max_size, log_encryption_key GH-243
This commit is contained in:
parent
0080c5ea09
commit
1ff2894af2
17 changed files with 17 additions and 561 deletions
|
@ -168,10 +168,7 @@ extern StringVal* state_dir;
|
|||
extern double state_write_delay;
|
||||
|
||||
extern int max_files_in_cache;
|
||||
extern double log_rotate_interval;
|
||||
extern double log_max_size;
|
||||
extern RecordType* rotate_info;
|
||||
extern StringVal* log_encryption_key;
|
||||
extern StringVal* log_rotate_base_time;
|
||||
|
||||
extern StringVal* peer_description;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue