]> git.meshlink.io Git - utcp/commit
Call the receive callback for unclosed channels during utcp_exit().
authorGuus Sliepen <guus@meshlink.io>
Sun, 13 Aug 2017 19:46:24 +0000 (21:46 +0200)
committerGuus Sliepen <guus@meshlink.io>
Sun, 13 Aug 2017 19:46:24 +0000 (21:46 +0200)
commit1d8aa0d5a55bb871ce56bca355ade80b08a7c1e5
tree9f514e9939ecf688818c83f3284cc05b5252744f
parent9fc7e661dbe9f10f39d4d59644cf22be606031fd
Call the receive callback for unclosed channels during utcp_exit().

This allows the application to clean up any resources associated with
these UTCP connections.
utcp.c