]> git.meshlink.io Git - meshlink/commit
Add a callback that notifies when the MeshLink thread starts and stops. feature/thread-status-callback
authorGuus Sliepen <guus@meshlink.io>
Sun, 3 Oct 2021 13:40:45 +0000 (15:40 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 3 Oct 2021 13:40:45 +0000 (15:40 +0200)
commit4742623b2d13e839dfd22cbb9b70ac49f8886f0e
tree351f87ba191e01fba080d994fb1e621dcb76bcb8
parent88b24fcfccc5802db199d3fac2cec659ac48ca78
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