[master] b259f6f Remove V1D_Deliver_Synth from dot-umentation

Nils Goroll nils.goroll at uplex.de
Tue Oct 21 13:16:11 CEST 2014


commit b259f6f3d6a22a3e45a020d3603005f5f430de78
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Tue Oct 21 13:15:34 2014 +0200

    Remove V1D_Deliver_Synth from dot-umentation
    
    to reflect changes from c74bd5f8af46f3a5374d364db33373c44049b862

diff --git a/doc/graphviz/cache_req_fsm.dot b/doc/graphviz/cache_req_fsm.dot
index 5ccfdf0..5856984 100644
--- a/doc/graphviz/cache_req_fsm.dot
+++ b/doc/graphviz/cache_req_fsm.dot
@@ -83,9 +83,7 @@ digraph cache_req_fsm {
 		]
 
 		SYNTH -> synth [color=purple]
-		synth:del:s -> V1D_Deliver_Synth [color=purple]
-
-		V1D_Deliver_Synth -> DONE
+		synth:del:s -> V1D_Deliver [color=purple]
 	}
 
 	subgraph cluster_backend {



More information about the varnish-commit mailing list