[3.0] da4c405 Add return(restart) in vcl_error to the dot-graph

Tollef Fog Heen tfheen at varnish-cache.org
Thu Sep 22 14:02:36 CEST 2011


commit da4c405f98dfaa8f14ae5edf498b504726b58cca
Author: Kristian Lyngstol <kristian at bohemians.org>
Date:   Thu Sep 8 09:48:50 2011 +0200

    Add return(restart) in vcl_error to the dot-graph
    
    Thanks to scoof for pointing this out.

diff --git a/bin/varnishd/cache_center.c b/bin/varnishd/cache_center.c
index 6bb8324..39a2104 100644
--- a/bin/varnishd/cache_center.c
+++ b/bin/varnishd/cache_center.c
@@ -413,6 +413,8 @@ DOT	]
 DOT	ERROR -> vcl_error
 DOT	vcl_error-> prepresp [label=deliver]
 DOT }
+DOT vcl_error-> rsterr [label="restart",color=purple]
+DOT rsterr [label="RESTART",shape=plaintext]
  */
 
 static int



More information about the varnish-commit mailing list