From: Guus Sliepen Date: Sun, 13 Oct 2019 19:39:11 +0000 (+0200) Subject: Add a way to set the channel's priv pointer when opening it. X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=b0319f8d358c476e29d3c6daeef1cda616cfd447;hp=b0319f8d358c476e29d3c6daeef1cda616cfd447;p=meshlink Add a way to set the channel's priv pointer when opening it. This prevents a race condition where between opening a channel and setting the priv pointer, the receive callback is called. ---