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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
wendelin.core
Commits
ad860ba6
Commit
ad860ba6
authored
Oct 30, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
3f83469c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
wcfs/client/client_test.py
wcfs/client/client_test.py
+1
-1
wcfs/client/wcfs.cpp
wcfs/client/wcfs.cpp
+1
-1
No files found.
wcfs/client/client_test.py
View file @
ad860ba6
...
@@ -254,7 +254,7 @@ def test_wcfs_client_down_efault():
...
@@ -254,7 +254,7 @@ def test_wcfs_client_down_efault():
tm21
.
assertBlk
(
3
,
''
,
{});
tm22
.
assertBlk
(
3
,
''
,
{})
tm21
.
assertBlk
(
3
,
''
,
{});
tm22
.
assertBlk
(
3
,
''
,
{})
pass
;
tm22
.
assertBlk
(
4
,
''
,
{})
pass
;
tm22
.
assertBlk
(
4
,
''
,
{})
# cose wconn -> fh2 and fh1_ mmaps must turn into efaulting too.
# c
l
ose wconn -> fh2 and fh1_ mmaps must turn into efaulting too.
wconn
.
close
()
wconn
.
close
()
tm11
.
assertBlkFaults
(
1
);
tm11_
.
assertBlkFaults
(
1
)
tm11
.
assertBlkFaults
(
1
);
tm11_
.
assertBlkFaults
(
1
)
tm11
.
assertBlkFaults
(
2
);
tm11_
.
assertBlkFaults
(
2
)
tm11
.
assertBlkFaults
(
2
);
tm11_
.
assertBlkFaults
(
2
)
...
...
wcfs/client/wcfs.cpp
View file @
ad860ba6
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
//
//
// The same watchlink handle is used to send client-originated requests to wcfs
// The same watchlink handle is used to send client-originated requests to wcfs
// server. The requests are sent to tell wcfs that client wants to observe a
// server. The requests are sent to tell wcfs that client wants to observe a
// particular bigfile as of particular revision, or to stop watching
for
it.
// particular bigfile as of particular revision, or to stop watching it.
// Such requests originate from regular client threads - not pinner - via entry
// Such requests originate from regular client threads - not pinner - via entry
// points like Conn.open, Conn.resync and FileH.close.
// points like Conn.open, Conn.resync and FileH.close.
//
//
...
...
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