[master] c82dda997 fsm graphviz: add hfm

Nils Goroll nils.goroll at uplex.de
Wed Dec 5 11:26:07 UTC 2018


commit c82dda9970f75249c4cd4ae7cf7cec5008b56613
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Wed Dec 5 11:57:18 2018 +0100

    fsm graphviz: add hfm

diff --git a/doc/graphviz/cache_req_fsm.dot b/doc/graphviz/cache_req_fsm.dot
index b9f6a80c2..9dda7bf9e 100644
--- a/doc/graphviz/cache_req_fsm.dot
+++ b/doc/graphviz/cache_req_fsm.dot
@@ -117,7 +117,7 @@ digraph cache_req_fsm {
 			shape=record
 			color=grey
 			fontcolor=grey
-			label="{<top>cnt_lookup:|hash lookup|{<h>hit?|<miss>miss?|<hfp>hit-for-pass?|<busy>busy?}}"
+			label="{<top>cnt_lookup:|hash lookup|{<h>hit?|<miss>miss?|<hfm>hit-for-miss?|<hfp>hit-for-pass?|<busy>busy?}}"
 		]
 		lookup2 [
 			 shape=record
@@ -128,6 +128,7 @@ digraph cache_req_fsm {
 				       color=grey,
 				       fontcolor=grey]
 	lookup:miss:s -> miss [style=bold,color=blue]
+	lookup:hfm:s -> miss [style=bold,color=blue]
 	lookup:hfp:s -> pass [style=bold,color=red]
 	lookup:h:s -> lookup2 [style=bold,color=green]
 


More information about the varnish-commit mailing list