]> git.meshlink.io Git - meshlink/commit - src/net_socket.c
Struct outgoing needs to remember to which mesh it belongs.
authorGuus Sliepen <guus@meshlink.io>
Fri, 25 Jul 2014 22:24:02 +0000 (00:24 +0200)
committerGuus Sliepen <guus@meshlink.io>
Fri, 25 Jul 2014 22:24:02 +0000 (00:24 +0200)
commit8a97c8cbfa35cd052e18c6903a11de8a0e2362f3
tree3fe5cb942594a40355ccdea9727351c866b24da5
parent0a1779867fc4b742979d8c84a429c6b8113c4eae
Struct outgoing needs to remember to which mesh it belongs.

The reason is that since free_outgoing() is called by the list algorithms, it can take only one
parameter (a pointer to a struct outgoing).
src/net.h
src/net_socket.c