]> git.meshlink.io Git - meshlink/commit - src/meshlink.sym
Allow a different location for the lock file.
authorGuus Sliepen <guus@meshlink.io>
Mon, 15 Feb 2021 22:48:09 +0000 (23:48 +0100)
committerGuus Sliepen <guus@meshlink.io>
Wed, 3 Mar 2021 11:39:50 +0000 (12:39 +0100)
commit6346e3f4a100f958d5aaeffd867b10ed7cd0cd92
tree28902fa03ec08041b658e9a8f7716f54f3aa773e
parent42c2dd52c43dceb72127e3a02103ea8338c8dae2
Allow a different location for the lock file.

In order to reduce the write load on the configuration directory as much as
possible, allow the location of the lock file to be set by the application
to somewhere outside the configuration directory. On Linux, it can be put
in /dev/shm.
src/conf.c
src/conf.h
src/meshlink.c
src/meshlink.h
src/meshlink.sym
src/meshlink_internal.h