2
0
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:
Matthijs Mekking
2020-12-08 11:55:42 +01:00
parent 6e2597b55a
commit a889ed38ef
3 changed files with 2 additions and 5 deletions

View File

@@ -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;