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
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
e1808855
Commit
e1808855
authored
Oct 31, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
c22117a8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
0 deletions
+5
-0
wcfs/internal/wcfs_misc.h
wcfs/internal/wcfs_misc.h
+2
-0
wcfs/internal/wcfs_test.pyx
wcfs/internal/wcfs_test.pyx
+1
-0
wcfs/internal/wcfs_virtmem.cpp
wcfs/internal/wcfs_virtmem.cpp
+2
-0
No files found.
wcfs/internal/wcfs_misc.h
View file @
e1808855
...
...
@@ -22,6 +22,8 @@
#ifndef _NXD_WCFS_MISC_H_
#define _NXD_WCFS_MISC_H_
#include <stddef.h>
#include <string>
using
std
::
string
;
...
...
wcfs/internal/wcfs_test.pyx
View file @
e1808855
...
...
@@ -131,6 +131,7 @@ cdef void on_sigbus(int sig, siginfo_t *si, void *_uc) nogil:
import
traceback
traceback
.
print_stack
()
writeerr
(
"-> SIGBUS
\
n
"
);
# FIXME nothing is printed if pytest stdout/stderr capture is on (no -s given)
abort
()
# writeerr writes msg to stderr without depending on stdio buffering and locking.
...
...
wcfs/internal/wcfs_virtmem.cpp
View file @
e1808855
...
...
@@ -365,6 +365,7 @@ void Conn::_pin1(PinReq *req) {
// XXX Conn::mmap
// resync resyncs connection and its mappings onto different database view.
#if 0
error Conn::resync(Tid at) {
Conn &wconn = *this;
// XXX err ctx
...
...
@@ -405,6 +406,7 @@ error Conn::resync(Tid at) {
wconn.at = at;
}
#endif
// _remmapblk remmaps mapping memory for file[blk] to be viewing database as of @at state.
//
...
...
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