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
4c6eb79e
Commit
4c6eb79e
authored
Dec 24, 2018
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
9f41c041
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
wcfs/todo.dot
wcfs/todo.dot
+1
-1
wcfs/todo.svg
wcfs/todo.svg
+1
-1
wcfs/wcfs.go
wcfs/wcfs.go
+1
-1
No files found.
wcfs/todo.dot
View file @
4c6eb79e
...
...
@@ -4,7 +4,7 @@ digraph {
ordering
=
in
;
wcfs
[
label
=
"wcfs"
]
invProto
[
label
=
"open/invalidation\nprotocol"
]
invProto
[
label
=
"open/invalidation\nprotocol"
,
style
=
filled
fillcolor
=
grey95
]
client
[
label
=
"client"
]
wcfs
->
invProto
;
...
...
wcfs/todo.svg
View file @
4c6eb79e
...
...
@@ -18,7 +18,7 @@
<!-- invProto -->
<g
id=
"node2"
class=
"node"
>
<title>
invProto
</title>
<ellipse
fill=
"
none
"
stroke=
"#000000"
cx=
"960.8112"
cy=
"-368.0904"
rx=
"78.4777"
ry=
"26.7407"
/>
<ellipse
fill=
"
#f2f2f2
"
stroke=
"#000000"
cx=
"960.8112"
cy=
"-368.0904"
rx=
"78.4777"
ry=
"26.7407"
/>
<text
text-anchor=
"middle"
x=
"960.8112"
y=
"-371.8904"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
open/invalidation
</text>
<text
text-anchor=
"middle"
x=
"960.8112"
y=
"-356.8904"
font-family=
"Times,serif"
font-size=
"14.00"
fill=
"#000000"
>
protocol
</text>
</g>
...
...
wcfs/wcfs.go
View file @
4c6eb79e
...
...
@@ -224,7 +224,7 @@
//
// 3. write to wcfs
//
//
XXX
we later could implement "write-directly" mode where clients would write
//
TODO
we later could implement "write-directly" mode where clients would write
// data directly into the file.
package
main
...
...
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