Commit 948102aa authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 390981c1
...@@ -77,7 +77,7 @@ digraph { ...@@ -77,7 +77,7 @@ digraph {
zobj2file [label="Z* → file/[]#blk", style=filled fillcolor=grey95] zobj2file [label="Z* → file/[]#blk", style=filled fillcolor=grey95]
zblk2file [label="ZBlk*\n↓\nfile/[]#blk", style=filled fillcolor=lightyellow] zblk2file [label="ZBlk*\n↓\nfile/[]#blk", style=filled fillcolor=lightyellow]
zbtree2file [label="BTree/Bucket\n↓\nfile/[]#blk"] zbtree2file [label="BTree/Bucket\n↓\nfile/[]#blk"]
δBTree [label="δ(BTree)"] δBTree [label="δ(BTree)", style=filled fillcolor=grey95]
fuseRetrieveCache [label="FUSE:\nretrieve cache", style=filled fillcolor=lightyellow] fuseRetrieveCache [label="FUSE:\nretrieve cache", style=filled fillcolor=lightyellow]
......
...@@ -362,7 +362,7 @@ ...@@ -362,7 +362,7 @@
<!-- δBTree --> <!-- δBTree -->
<g id="node24" class="node"> <g id="node24" class="node">
<title>δBTree</title> <title>δBTree</title>
<ellipse fill="none" stroke="black" cx="222.23" cy="-18" rx="50.89" ry="18"/> <ellipse fill="#f2f2f2" stroke="black" cx="222.23" cy="-18" rx="50.89" ry="18"/>
<text text-anchor="middle" x="222.23" y="-14.3" font-family="Times,serif" font-size="14.00">δ(BTree)</text> <text text-anchor="middle" x="222.23" y="-14.3" font-family="Times,serif" font-size="14.00">δ(BTree)</text>
</g> </g>
<!-- zbtree2file&#45;&gt;δBTree --> <!-- zbtree2file&#45;&gt;δBTree -->
......
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