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
9ad0fcb5
Commit
9ad0fcb5
authored
Mar 04, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
b19b1ab2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
wcfs/client/wcfs.cpp
wcfs/client/wcfs.cpp
+2
-4
No files found.
wcfs/client/wcfs.cpp
View file @
9ad0fcb5
...
...
@@ -183,7 +183,7 @@ using std::max;
using
std
::
vector
;
#define TRACE
0
#define TRACE
1
#if TRACE
# define trace(format, ...) log::Debugf(format, ##__VA_ARGS__)
#else
...
...
@@ -314,8 +314,6 @@ error _Conn::close() {
if
(
f
==
nil
)
break
;
// all closed
trace
(
"picked %s
\t
opening: %d"
,
v
(
f
),
opening
);
// if fileh was "opening" - wait for the open to complete before calling close.
if
(
opening
)
{
f
->
_openReady
.
recv
();
...
...
@@ -333,7 +331,7 @@ error _Conn::close() {
// wait for f close to complete, as it might be that f.close was called
// simultaneously to us or just before. f is removed from
// wconn.filehTab only after close
completes
.
// wconn.filehTab only after close
is complete
.
f
->
_closedq
.
recv
();
}
...
...
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