]> git.meshlink.io Git - meshlink/commit
Add meshlink_channel_aio_receive().
authorGuus Sliepen <guus@meshlink.io>
Mon, 12 Aug 2019 14:46:02 +0000 (16:46 +0200)
committerGuus Sliepen <guus@meshlink.io>
Mon, 12 Aug 2019 14:46:02 +0000 (16:46 +0200)
commit57114d942004e8a34ff22aadc0c620a0aabbb423
tree86e0dbdb7dd98a31f9e1ca68a693b94f9a40e569
parent83f02487f4197e4850b54f086c0f9df3f7260297
Add meshlink_channel_aio_receive().

This function allows handing over a large buffer to MeshLink which will be
used to receive data without needing intervention from the application.
A callback is called when MeshLink has filled the buffer with the data.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h
test/channels-aio.c