]> git.meshlink.io Git - meshlink/commit - src/meshlink++.h
Add a poll callback to channels.
authorGuus Sliepen <guus@meshlink.io>
Wed, 1 Oct 2014 17:36:58 +0000 (19:36 +0200)
committerGuus Sliepen <guus@meshlink.io>
Wed, 1 Oct 2014 17:36:58 +0000 (19:36 +0200)
commitc6cc7da56d108f05ea6f9a2f765f699e6e2353db
tree9cbe84c224cd2c969567e30e1b93f838aec05d61
parentac24ceb9a5976628dd4ac31b2b502f1caac2b2ec
Add a poll callback to channels.

The callback is called whenever the a call to meshlink_channel_send()
will accept a non-zero number of bytes.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink_internal.h
src/utcp