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
7a7b5bab
Commit
7a7b5bab
authored
Mar 31, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d2a62f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
wcfs/wcfs.go
wcfs/wcfs.go
+3
-3
No files found.
wcfs/wcfs.go
View file @
7a7b5bab
...
...
@@ -540,7 +540,7 @@ type blkLoadState struct {
err
error
}
// /head/watch -
represent
ed by WatchNode.
// /head/watch -
serv
ed by WatchNode.
type
WatchNode
struct
{
fsNode
...
...
@@ -548,7 +548,7 @@ type WatchNode struct {
idNext
int32
// ID for next opened WatchLink
}
// /head/watch handle -
represent
ed by WatchLink.
// /head/watch handle -
serv
ed by WatchLink.
type
WatchLink
struct
{
sk
*
FileSock
// IO channel to client
id
int32
// ID of this /head/watch handle (for debug log)
...
...
@@ -566,7 +566,7 @@ type WatchLink struct {
rxTab
map
[
uint64
]
chan
string
// client replies go via here
}
// Watch represents watching for changes to 1 BigFile.
// Watch represents watching for changes to 1 BigFile
over particular watch link
.
type
Watch
struct
{
link
*
WatchLink
// link to client
file
*
BigFile
// XXX needed?
...
...
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