From: Vladimír Čunát Date: Thu, 15 Feb 2018 10:41:06 +0000 (+0100) Subject: lua bindings: regenerate after renames in 06acb579 X-Git-Tag: v2.1.0~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fd60cec31efb2a02d37a5f6cf39ef578bb378c;p=thirdparty%2Fknot-resolver.git lua bindings: regenerate after renames in 06acb579 --- diff --git a/daemon/lua/kres-gen.lua b/daemon/lua/kres-gen.lua index 11d176dec..d4e3f5c22 100644 --- a/daemon/lua/kres-gen.lua +++ b/daemon/lua/kres-gen.lua @@ -183,8 +183,8 @@ struct kr_cache { } stats; uint32_t ttl_min; uint32_t ttl_max; - struct timeval last_clear_walltime; - uint64_t last_clear_monotime; + struct timeval checkpoint_walltime; + uint64_t checkpoint_monotime; }; typedef int32_t (*kr_stale_cb)(int32_t ttl, const knot_dname_t *owner, uint16_t type,