From: Guus Sliepen Date: Fri, 20 Jul 2001 20:25:10 +0000 (+0000) Subject: Added purge_tree for connection_t's which are no longer in the connection, X-Git-Tag: import-tinc-1.1~785^2~490 X-Git-Url: http://git.meshlink.io/?a=commitdiff_plain;h=12f6b80429bc05a828051d72cc46f173e4657180;hp=12f6b80429bc05a828051d72cc46f173e4657180;p=meshlink Added purge_tree for connection_t's which are no longer in the connection, active or id trees, but which may still be referenced. This tree is flushed when it is safe, this replaces purge_connection_tree(). Also lots of bugfixes related to the new trees. ---