[master] fbba48784 cleanup: do not call a vfp_ctx pointer "bo"

Nils Goroll nils.goroll at uplex.de
Fri Jan 22 17:08:06 UTC 2021


commit fbba48784613e1acb6a27fb0bc43d503b3369a14
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Fri Jan 22 13:59:24 2021 +0100

    cleanup: do not call a vfp_ctx pointer "bo"

diff --git a/bin/varnishd/cache/cache_varnishd.h b/bin/varnishd/cache/cache_varnishd.h
index c035264c6..90fd67532 100644
--- a/bin/varnishd/cache/cache_varnishd.h
+++ b/bin/varnishd/cache/cache_varnishd.h
@@ -263,8 +263,8 @@ struct vfp_entry *VFP_Push(struct vfp_ctx *, const struct vfp *);
 enum vfp_status VFP_GetStorage(struct vfp_ctx *, ssize_t *sz, uint8_t **ptr);
 void VFP_Extend(const struct vfp_ctx *, ssize_t sz, enum vfp_status);
 void VFP_Setup(struct vfp_ctx *vc, struct worker *wrk);
-int VFP_Open(struct vfp_ctx *bo);
-uint64_t VFP_Close(struct vfp_ctx *bo);
+int VFP_Open(struct vfp_ctx *);
+uint64_t VFP_Close(struct vfp_ctx *);
 
 extern const struct vfp VFP_gunzip;
 extern const struct vfp VFP_gzip;


More information about the varnish-commit mailing list