Commit 5f927f12 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fd58082a
Wendelin.core change history
============================
0.14 aka 2.0.0.dev1 (2019-XX-YY)
0.14 aka 2.0.0.dev1 (2020-XX-YY)
--------------------------------
This is a major release that speeds up pagefault handling and reduces
......
......@@ -5,7 +5,7 @@ digraph {
wcfs [label="wcfs"]
invProto [label="open/invalidation\nprotocol", style=filled fillcolor=grey95]
client [label="client"]
client [label="client", style=filled fillcolor=grey97]
wcfs -> invProto;
invProto -> client [dir=back]; // XXX = invProto <- client
......
......@@ -95,7 +95,7 @@
<!-- client -->
<g id="node3" class="node">
<title>client</title>
<ellipse fill="none" stroke="#000000" cx="1251.2046" cy="-389.3036" rx="30.5947" ry="18"/>
<ellipse fill="#f7f7f7" stroke="#000000" cx="1251.2046" cy="-389.3036" rx="30.5947" ry="18"/>
<text text-anchor="middle" x="1251.2046" y="-385.6036" font-family="Times,serif" font-size="14.00" fill="#000000">client</text>
</g>
<!-- invProto&#45;&gt;client -->
......
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