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
167b42ee
Commit
167b42ee
authored
Feb 19, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
1f8ad317
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
wcfs/client/wcfs.cpp
wcfs/client/wcfs.cpp
+3
-0
wcfs/client/wcfs_watchlink.cpp
wcfs/client/wcfs_watchlink.cpp
+1
-0
No files found.
wcfs/client/wcfs.cpp
View file @
167b42ee
...
...
@@ -820,6 +820,9 @@ string WCFS::String() const {
// NOTE String must be called with Conn.atMu locked.
string
_Conn
::
String
()
const
{
const
_Conn
&
wconn
=
*
this
;
// XXX don't include wcfs as prefix here?
// (e.g. to use Conn.String in tracing without wcfs prefix)
// (if yes -> go and correct all xerr::Contextf calls)
return
fmt
::
sprintf
(
"%s: conn%d @%s"
,
v
(
wconn
.
_wc
),
wconn
.
_wlink
->
fd
(),
v
(
wconn
.
at
));
}
...
...
wcfs/client/wcfs_watchlink.cpp
View file @
167b42ee
...
...
@@ -479,6 +479,7 @@ void _WatchLink::decref() {
string
_WatchLink
::
String
()
const
{
const
_WatchLink
&
wlink
=
*
this
;
// XXX don't include wcfs as prefix here? (see Conn.String for details)
return
fmt
::
sprintf
(
"%s: wlink%d"
,
v
(
wlink
.
_wc
),
wlink
.
_f
->
fd
());
}
...
...
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