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
f4b0e93e
Commit
f4b0e93e
authored
Nov 14, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b0d4d81c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
wcfs/internal/wcfs_watchlink.cpp
wcfs/internal/wcfs_watchlink.cpp
+1
-1
No files found.
wcfs/internal/wcfs_watchlink.cpp
View file @
f4b0e93e
...
@@ -80,7 +80,6 @@ error _WatchLink::close() {
...
@@ -80,7 +80,6 @@ error _WatchLink::close() {
_WatchLink
&
wlink
=
*
this
;
_WatchLink
&
wlink
=
*
this
;
wlink
.
_closeTX
();
wlink
.
_closeTX
();
#if 0
wlink
.
_serveCancel
();
wlink
.
_serveCancel
();
// XXX we can get stuck here if wcfs does not behave as we want.
// XXX we can get stuck here if wcfs does not behave as we want.
// XXX in particular if there is a silly - e.g. syntax or type error in
// XXX in particular if there is a silly - e.g. syntax or type error in
...
@@ -88,6 +87,7 @@ error _WatchLink::close() {
...
@@ -88,6 +87,7 @@ error _WatchLink::close() {
//
//
// XXX -> better pthread_kill(SIGINT) instead of relying on wcfs proper behaviour?
// XXX -> better pthread_kill(SIGINT) instead of relying on wcfs proper behaviour?
// XXX -> we now have `kill -QUIT` to wcfs.go on test timeout - remove ^^^ comments?
// XXX -> we now have `kill -QUIT` to wcfs.go on test timeout - remove ^^^ comments?
#if 0
error err = wlink._serveWG.wait();
error err = wlink._serveWG.wait();
// canceled is expected and ok
// canceled is expected and ok
if (err == context.canceled)
if (err == context.canceled)
...
...
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