[master] b417f5549 constify 06cf60a020a81e49d001ee42e4d85f16580f3fe0

Nils Goroll nils.goroll at uplex.de
Mon Jan 11 18:36:07 UTC 2021


commit b417f5549ed2190bccad0f8c8caf367e038a5faf
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Jan 11 17:53:10 2021 +0100

    constify 06cf60a020a81e49d001ee42e4d85f16580f3fe0

diff --git a/bin/varnishd/cache/cache_vrt_priv.c b/bin/varnishd/cache/cache_vrt_priv.c
index b006f52ae..8e7ef17e1 100644
--- a/bin/varnishd/cache/cache_vrt_priv.c
+++ b/bin/varnishd/cache/cache_vrt_priv.c
@@ -116,7 +116,7 @@ vrt_priv_dyncmp(const struct vrt_priv *vp1, const struct vrt_priv *vp2)
 VRBT_GENERATE_STATIC(vrt_privs, vrt_priv, entry, vrt_priv_dyncmp)
 
 static struct vmod_priv *
-vrt_priv_dynamic_get(struct vrt_privs *privs, uintptr_t vmod_id)
+vrt_priv_dynamic_get(const struct vrt_privs *privs, uintptr_t vmod_id)
 {
 	struct vrt_priv *vp;
 


More information about the varnish-commit mailing list