Commit c2e53f66 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 89546f76
...@@ -16,7 +16,7 @@ digraph { ...@@ -16,7 +16,7 @@ digraph {
wcfs [label="wcfs"] wcfs [label="wcfs"]
wcfs_simple [label="wcfs no\ninvalidations"] wcfs_simple [label="wcfs no\ninvalidations"]
client [label="client"] client [label="client"]
wcfs_spawn [label="spawn wcfs"] wcfs_spawn [label="spawn wcfs", style=filled fillcolor=lightyellow]
nowcfs [label="!wcfs mode"] nowcfs [label="!wcfs mode"]
ZODB_go_inv [label="ZODB/go\ninvalidations"] ZODB_go_inv [label="ZODB/go\ninvalidations"]
...@@ -26,5 +26,5 @@ digraph { ...@@ -26,5 +26,5 @@ digraph {
δR [label="δR encoding"] δR [label="δR encoding"]
test [label="? tests"] test [label="? tests"]
zodburl [label="zstor -> zurl"] zodburl [label="zstor -> zurl", style=filled fillcolor=grey95]
} }
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<!-- wcfs_spawn --> <!-- wcfs_spawn -->
<g id="node9" class="node"> <g id="node9" class="node">
<title>wcfs_spawn</title> <title>wcfs_spawn</title>
<ellipse fill="none" stroke="#000000" cx="680.0456" cy="-98.8701" rx="51.9908" ry="18"/> <ellipse fill="#ffffe0" stroke="#000000" cx="680.0456" cy="-98.8701" rx="51.9908" ry="18"/>
<text text-anchor="middle" x="680.0456" y="-95.1701" font-family="Times,serif" font-size="14.00" fill="#000000">spawn wcfs</text> <text text-anchor="middle" x="680.0456" y="-95.1701" font-family="Times,serif" font-size="14.00" fill="#000000">spawn wcfs</text>
</g> </g>
<!-- client&#45;&gt;wcfs_spawn --> <!-- client&#45;&gt;wcfs_spawn -->
...@@ -128,7 +128,7 @@ ...@@ -128,7 +128,7 @@
<!-- zodburl --> <!-- zodburl -->
<g id="node11" class="node"> <g id="node11" class="node">
<title>zodburl</title> <title>zodburl</title>
<ellipse fill="none" stroke="#000000" cx="928.0456" cy="-98.8701" rx="54.6905" ry="18"/> <ellipse fill="#f2f2f2" stroke="#000000" cx="928.0456" cy="-98.8701" rx="54.6905" ry="18"/>
<text text-anchor="middle" x="928.0456" y="-95.1701" font-family="Times,serif" font-size="14.00" fill="#000000">zstor &#45;&gt; zurl</text> <text text-anchor="middle" x="928.0456" y="-95.1701" font-family="Times,serif" font-size="14.00" fill="#000000">zstor &#45;&gt; zurl</text>
</g> </g>
<!-- client&#45;&gt;zodburl --> <!-- client&#45;&gt;zodburl -->
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment