[master] e3d1e2914 Function rename suggested by Dridi

Nils Goroll nils.goroll at uplex.de
Mon Sep 30 14:06:05 UTC 2024


commit e3d1e2914bd6a319b06820347e55ba880447ffce
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Sep 23 19:22:50 2024 +0200

    Function rename suggested by Dridi

diff --git a/bin/varnishd/cache/cache_backend.c b/bin/varnishd/cache/cache_backend.c
index 29084bd2a..977933772 100644
--- a/bin/varnishd/cache/cache_backend.c
+++ b/bin/varnishd/cache/cache_backend.c
@@ -140,7 +140,7 @@ VBE_Connect_Error(struct VSC_vbe *vsc, int err)
 /*--------------------------------------------------------------------*/
 
 static void
-vbe_connwait_signal_all(const struct backend *bp)
+vbe_connwait_broadcast(const struct backend *bp)
 {
 	struct connwait *cw;
 
@@ -557,7 +557,7 @@ vbe_dir_event(const struct director *d, enum vcl_event_e ev)
 		const struct vdi_ahealth *ah = d->vdir->admin_health;
 
 		if (ah == VDI_AH_SICK || (ah == VDI_AH_AUTO && bp->sick))
-			vbe_connwait_signal_all(bp);
+			vbe_connwait_broadcast(bp);
 	}
 }
 


More information about the varnish-commit mailing list