summaryrefslogtreecommitdiff
path: root/util/data/msgparse.h
diff options
context:
space:
mode:
Diffstat (limited to 'util/data/msgparse.h')
-rw-r--r--util/data/msgparse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/util/data/msgparse.h b/util/data/msgparse.h
index e21f8504ea7d0..c0c6ff5fd09f4 100644
--- a/util/data/msgparse.h
+++ b/util/data/msgparse.h
@@ -79,6 +79,8 @@ extern time_t MAX_TTL;
extern time_t MIN_TTL;
/** Maximum Negative TTL that is allowed */
extern time_t MAX_NEG_TTL;
+/** Time to serve records after expiration */
+extern time_t SERVE_EXPIRED_TTL;
/** Negative cache time (for entries without any RRs.) */
#define NORR_TTL 5 /* seconds */