summaryrefslogtreecommitdiff
path: root/src/mod_magnet_cache.h
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-03-11 06:32:28 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-03-11 18:59:53 -0500
commitdbe3e2361b9fac89bfec6a0180975685446edc9b (patch)
treea509b725ce3045fe9a57dc22c835bf23a6f0de90 /src/mod_magnet_cache.h
parentfb5e0ff892735f65e013edc0f06a3f17d75070f8 (diff)
downloadlighttpd-git-dbe3e2361b9fac89bfec6a0180975685446edc9b.tar.gz
[multiple] prefer monotonic time for internal use
Note: monotonic time does not change while VM is suspended Continue to use real time where required by HTTP protocol, for logging and for other user-visible instances, such as mod_status, as well as for external databases and caches.
Diffstat (limited to 'src/mod_magnet_cache.h')
-rw-r--r--src/mod_magnet_cache.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mod_magnet_cache.h b/src/mod_magnet_cache.h
index eb9e544c..19b9aa68 100644
--- a/src/mod_magnet_cache.h
+++ b/src/mod_magnet_cache.h
@@ -12,8 +12,6 @@ typedef struct {
buffer *etag;
lua_State *L;
-
- time_t last_used; /* LRU */
} script;
typedef struct {