[master] 9ddd9d471 varnishd: polish

Dridi Boukelmoune dridi.boukelmoune at gmail.com
Thu Mar 7 13:05:07 UTC 2024


commit 9ddd9d4717fbf3732815d687c776d1009334f65c
Author: Asad Sajjad Ahmed <asadsa at varnish-software.com>
Date:   Thu Mar 7 13:27:55 2024 +0100

    varnishd: polish
    
    Signed-off-by: Asad Sajjad Ahmed <asadsa at varnish-software.com>

diff --git a/bin/varnishd/cache/cache_varnishd.h b/bin/varnishd/cache/cache_varnishd.h
index a73ff7170..d759f95e7 100644
--- a/bin/varnishd/cache/cache_varnishd.h
+++ b/bin/varnishd/cache/cache_varnishd.h
@@ -163,8 +163,6 @@ void VCA_Shutdown(void);
 /* cache_backend_cfg.c */
 void VBE_InitCfg(void);
 
-void VBP_Init(void);
-
 /* cache_ban.c */
 
 /* for stevedoes resurrecting bans */
@@ -464,7 +462,8 @@ struct conn_pool;
 void VCP_Init(void);
 void VCP_Panic(struct vsb *, struct conn_pool *);
 
-/* cache_backend_poll.c */
+/* cache_backend_probe.c */
+void VBP_Init(void);
 
 /* cache_vary.c */
 int VRY_Create(struct busyobj *bo, struct vsb **psb);


More information about the varnish-commit mailing list