Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
c71be2d4
Commit
c71be2d4
authored
Nov 22, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f34ea31d
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
150 additions
and
121 deletions
+150
-121
wcfs/todo.dot
wcfs/todo.dot
+12
-2
wcfs/todo.svg
wcfs/todo.svg
+138
-119
No files found.
wcfs/todo.dot
View file @
c71be2d4
digraph
{
digraph
{
subgraph
{
rank
=
same
;
ordering
=
in
;
wcfs
[
label
=
"wcfs"
]
invProto
[
label
=
"open/invalidation\nprotocol"
]
client
[
label
=
"client"
]
wcfs
->
invProto
;
invProto
->
client
[
dir
=
back
]
;
// XXX = invProto <- client
}
// wcfs -> wcfs_simple;
// wcfs -> wcfs_simple;
// wcfs -> Sinvtree;
// wcfs -> Sinvtree;
// wcfs -> δR;
// wcfs -> δR;
...
@@ -45,9 +57,7 @@ digraph {
...
@@ -45,9 +57,7 @@ digraph {
// ZODB_read -> ogorek_persref;
// ZODB_read -> ogorek_persref;
wcfs
[
label
=
"wcfs"
]
// wcfs_simple [label="wcfs no\ninvalidations", style=filled fillcolor=grey95]
// wcfs_simple [label="wcfs no\ninvalidations", style=filled fillcolor=grey95]
client
[
label
=
"client"
]
// wcfs_spawn [label="spawn wcfs", style=filled fillcolor=lightyellow]
// wcfs_spawn [label="spawn wcfs", style=filled fillcolor=lightyellow]
nowcfs
[
label
=
"!wcfs mode"
]
nowcfs
[
label
=
"!wcfs mode"
]
...
...
wcfs/todo.svg
View file @
c71be2d4
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment