mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
Remove the option 'cleaning-interval'
Obsoleted in 9.15, we can remove the option in 9.17.
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
typedef struct cache_cleaner cache_cleaner_t;
|
||||
|
||||
typedef enum {
|
||||
cleaner_s_idle, /*%< Waiting for cleaning-interval to expire. */
|
||||
cleaner_s_idle, /*%< Waiting for cleaning interval to expire. */
|
||||
cleaner_s_busy, /*%< Currently cleaning. */
|
||||
cleaner_s_done /*%< Freed enough memory after being overmem. */
|
||||
} cleaner_state_t;
|
||||
|
Reference in New Issue
Block a user