]> git.meshlink.io Git - meshlink/commit
Add a callback that notifies when the MeshLink thread starts and stops.
authorGuus Sliepen <guus@meshlink.io>
Sun, 3 Oct 2021 13:40:45 +0000 (15:40 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 8 Oct 2021 18:55:38 +0000 (20:55 +0200)
commit1bd5703bb40828fd6a4dc76eeeccd2884de8decb
treed3f0eb230d538e21bdcebd766d7add6fbd749e51
parentf85d80c1974bd96543bdd6dd584f841c99d3ca1b
Add a callback that notifies when the MeshLink thread starts and stops.

This callback is called from within the MeshLink thread, right after it
starts and right before it stops.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h