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
7c13f633
Commit
7c13f633
authored
Nov 14, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
f4b0e93e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
4 deletions
+1
-4
wcfs/internal/wcfs_misc.h
wcfs/internal/wcfs_misc.h
+0
-3
wcfs/internal/wcfs_watchlink.h
wcfs/internal/wcfs_watchlink.h
+1
-1
No files found.
wcfs/internal/wcfs_misc.h
View file @
7c13f633
...
@@ -50,9 +50,6 @@ using std::tie;
...
@@ -50,9 +50,6 @@ using std::tie;
#include <vector>
#include <vector>
using
std
::
vector
;
using
std
::
vector
;
#include <functional>
using
std
::
function
;
// nil is synonym for nullptr and NULL.
// nil is synonym for nullptr and NULL.
const
nullptr_t
nil
=
nullptr
;
const
nullptr_t
nil
=
nullptr
;
...
...
wcfs/internal/wcfs_watchlink.h
View file @
7c13f633
...
@@ -86,7 +86,7 @@ class _WatchLink : public object {
...
@@ -86,7 +86,7 @@ class _WatchLink : public object {
sync
::
Mutex
_txmu
;
// serializes writes
sync
::
Mutex
_txmu
;
// serializes writes
sync
::
Once
_txclose1
;
sync
::
Once
_txclose1
;
func
tion
<
void
()
>
_serveCancel
;
func
<
void
()
>
_serveCancel
;
#if 0
#if 0
sync.WorkGroup *_serveWG
sync.WorkGroup *_serveWG
#endif
#endif
...
...
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