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
01b9b42f
Commit
01b9b42f
authored
Nov 01, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
d34c4610
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
wcfs/internal/wcfs_misc.h
wcfs/internal/wcfs_misc.h
+3
-0
wcfs/internal/wcfs_virtmem.cpp
wcfs/internal/wcfs_virtmem.cpp
+0
-3
wcfs/internal/wcfs_watchlink.h
wcfs/internal/wcfs_watchlink.h
+3
-0
No files found.
wcfs/internal/wcfs_misc.h
View file @
01b9b42f
...
...
@@ -270,4 +270,7 @@ typedef uint64_t Oid;
}
// zodb::
// TidHead is invalid Tid which is largest Tid value and means @head.
const
zodb
::
Tid
TidHead
=
-
1ULL
;
#endif
wcfs/internal/wcfs_virtmem.cpp
View file @
01b9b42f
...
...
@@ -51,9 +51,6 @@ using namespace golang;
using
std
::
min
;
using
std
::
vector
;
// TidHead is invalid Tid which is largest Tid value and means @head.
const
zodb
::
Tid
TidHead
=
-
1ULL
;
static
string
h
(
uint64_t
v
);
// v -> 016x hex representation
#define h_(v) (h(v).c_str())
static
error
mmap_zero_into_ro
(
void
*
addr
,
size_t
size
);
...
...
wcfs/internal/wcfs_watchlink.h
View file @
01b9b42f
...
...
@@ -23,6 +23,9 @@
#ifndef _NXD_WCFS_WATCHLINK_H_
#define _NXD_WCFS_WATCHLINK_H_
#include <golang/libgolang.h>
using
namespace
golang
;
#include "wcfs_misc.h"
struct
WCFS
;
...
...
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