mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 10:38:20 +00:00
Remove state_dir and state_write_delay options
Since associated functionality was already removed
This commit is contained in:
parent
f0c266eac1
commit
d6096b1618
7 changed files with 10 additions and 20 deletions
|
@ -155,9 +155,6 @@ RecordType* packet_type;
|
|||
|
||||
double connection_status_update_interval;
|
||||
|
||||
StringVal* state_dir;
|
||||
double state_write_delay;
|
||||
|
||||
int orig_addr_anonymization, resp_addr_anonymization;
|
||||
int other_addr_anonymization;
|
||||
TableVal* preserve_orig_addr;
|
||||
|
@ -242,9 +239,6 @@ void init_general_global_var()
|
|||
table_expire_delay = opt_internal_double("table_expire_delay");
|
||||
table_incremental_step = opt_internal_int("table_incremental_step");
|
||||
|
||||
state_dir = internal_val("state_dir")->AsStringVal();
|
||||
state_write_delay = opt_internal_double("state_write_delay");
|
||||
|
||||
max_files_in_cache = opt_internal_int("max_files_in_cache");
|
||||
rotate_info = internal_type("rotate_info")->AsRecordType();
|
||||
log_rotate_base_time = opt_internal_string("log_rotate_base_time");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue