]> git.meshlink.io Git - meshlink/commit
Sync the base configuration directory at the end of meshlink_join().
authorGuus Sliepen <guus@meshlink.io>
Thu, 28 Nov 2019 21:24:05 +0000 (22:24 +0100)
committerGuus Sliepen <guus@meshlink.io>
Thu, 28 Nov 2019 21:24:05 +0000 (22:24 +0100)
commit1819754598edc2e8b8a7d53dce367fad465ce549
treef3766aecd0453bf1ee2d7c513fdb01b7eaf7982a
parent193ada771893e1d794f30869a1ed6dd1c1d3f14d
Sync the base configuration directory at the end of meshlink_join().

While joining a mesh, we create a new current/ subdirectory. While the
contents were already synced to disk, we need to ensure the subdirectory
itself is also synced before returning.
src/meshlink.c