[master] 81c8e58b5 cache_expire: use vtim_real type
Nils Goroll
nils.goroll at uplex.de
Thu Jun 12 17:18:07 UTC 2025
commit 81c8e58b5e02365734b9d628d24b30a6eff0d88c
Author: Nils Goroll <nils.goroll at uplex.de>
Date: Thu Jun 12 19:16:15 2025 +0200
cache_expire: use vtim_real type
diff --git a/bin/varnishd/cache/cache_expire.c b/bin/varnishd/cache/cache_expire.c
index ff1c04152..0aaa354f6 100644
--- a/bin/varnishd/cache/cache_expire.c
+++ b/bin/varnishd/cache/cache_expire.c
@@ -287,7 +287,7 @@ EXP_Rearm(struct objcore *oc, vtim_real now,
*/
static void
-exp_inbox(struct exp_priv *ep, struct objcore *oc, unsigned flags, double now)
+exp_inbox(struct exp_priv *ep, struct objcore *oc, unsigned flags, vtim_real now)
{
CHECK_OBJ_NOTNULL(ep, EXP_PRIV_MAGIC);
More information about the varnish-commit
mailing list