Commit 7f2d5eed authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 350acb30
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment