]> git.meshlink.io Git - meshlink/commit - src/meshlink++.h
Make the join commit order configurable. feature/join-commit-order
authorGuus Sliepen <guus@meshlink.io>
Tue, 11 Feb 2020 21:28:24 +0000 (22:28 +0100)
committerGuus Sliepen <guus@meshlink.io>
Tue, 11 Feb 2020 21:32:00 +0000 (22:32 +0100)
commitd65ff28f38ba779fbd6f970fb3c84b0ed98daa28
treef3a83b66b668fce44a18289ae84f34cedabafcd8
parentda64ed8d36196524ec78ad4b3b350bed35f4535c
Make the join commit order configurable.

By default, when an invitee joins a mesh, it will commit its configuration
to disk first, then the inviter. This adds a function to reverse that order.
src/meshlink++.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h
src/protocol_auth.c