[master] 20732d8 Add return(restart) in vcl_error to the dot-graph

Kristian Lyngstøl kristian at varnish-cache.org
Thu Sep 8 09:49:25 CEST 2011


commit 20732d87437fd0daa32d5abbbc85c38f08a8991a
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