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
7f2d5eed
Commit
7f2d5eed
authored
Dec 16, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
350acb30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
wcfs/internal/_wcfs.pxd
wcfs/internal/_wcfs.pxd
+5
-5
No files found.
wcfs/internal/_wcfs.pxd
View file @
7f2d5eed
...
@@ -32,19 +32,19 @@ from libcpp.vector cimport vector
...
@@ -32,19 +32,19 @@ from libcpp.vector cimport vector
# XXX -> pygolang
# XXX -> pygolang
cdef
extern
from
"wcfs_misc.h"
namespace
"io"
nogil
:
cdef
extern
from
"wcfs
/internal/wcfs
_misc.h"
namespace
"io"
nogil
:
error
EOF
"io::EOF_"
error
EOF
"io::EOF_"
error
ErrUnexpectedEOF
error
ErrUnexpectedEOF
cdef
extern
from
"wcfs_misc.h"
namespace
"zodb"
nogil
:
cdef
extern
from
"wcfs
/internal/wcfs
_misc.h"
namespace
"zodb"
nogil
:
ctypedef
uint64_t
Tid
ctypedef
uint64_t
Tid
ctypedef
uint64_t
Oid
ctypedef
uint64_t
Oid
cdef
extern
from
"wcfs_misc.h"
namespace
"wcfs"
nogil
:
cdef
extern
from
"wcfs
/internal/wcfs
_misc.h"
namespace
"wcfs"
nogil
:
const
Tid
TidHead
const
Tid
TidHead
cdef
extern
from
"wcfs_watchlink.h"
namespace
"wcfs"
nogil
:
cdef
extern
from
"wcfs
/internal/wcfs
_watchlink.h"
namespace
"wcfs"
nogil
:
cppclass
_WatchLink
:
cppclass
_WatchLink
:
error
close
()
error
close
()
error
closeWrite
()
error
closeWrite
()
...
@@ -75,7 +75,7 @@ cdef extern from "wcfs_watchlink.h" namespace "wcfs" nogil:
...
@@ -75,7 +75,7 @@ cdef extern from "wcfs_watchlink.h" namespace "wcfs" nogil:
error
_twlinkwrite
(
WatchLink
wlink
,
const
string
&
pkt
)
error
_twlinkwrite
(
WatchLink
wlink
,
const
string
&
pkt
)
cdef
extern
from
"wcfs.h"
namespace
"wcfs"
nogil
:
cdef
extern
from
"wcfs
/internal/wcfs
.h"
namespace
"wcfs"
nogil
:
cppclass
WCFS
:
cppclass
WCFS
:
string
mountpoint
string
mountpoint
...
...
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