diff options
author | Mattias Andrée <maandree@kth.se> | 2016-08-19 18:36:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2016-08-19 18:36:24 +0200 |
commit | d72dcb6fd886d1a5a869d0ae0ae391889af5cb2d (patch) | |
tree | 3f3b4f6135fff7267b7ffb91760b43cc59e1905e /src/libcoopgamma_native.pyx.gpp | |
parent | _send functions have async parameter rather than creating their instance (diff) | |
download | pylibcoopgamma-d72dcb6fd886d1a5a869d0ae0ae391889af5cb2d.tar.gz pylibcoopgamma-d72dcb6fd886d1a5a869d0ae0ae391889af5cb2d.tar.bz2 pylibcoopgamma-d72dcb6fd886d1a5a869d0ae0ae391889af5cb2d.tar.xz |
work on test + fix errors
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/libcoopgamma_native.pyx.gpp')
-rw-r--r-- | src/libcoopgamma_native.pyx.gpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoopgamma_native.pyx.gpp b/src/libcoopgamma_native.pyx.gpp index 5c6b796..1597e0c 100644 --- a/src/libcoopgamma_native.pyx.gpp +++ b/src/libcoopgamma_native.pyx.gpp @@ -1043,7 +1043,7 @@ def libcoopgamma_native_context_set_fd(address : int, fd : int): this.fd = fd -def libcoopgamma_native_context_create(): +def libcoopgamma_native_async_context_create(): ''' Create an instance of `libcoopgamma_context_t` |