In rrd synchronous file creation use lock_file
authorManuel Luis SanmartĂ­n Rozada <manuel.luis@gmail.com>
Wed, 20 May 2015 15:10:41 +0000 (17:10 +0200)
committerFlorian Forster <octo@collectd.org>
Tue, 16 Jun 2015 19:50:31 +0000 (21:50 +0200)
commit84f5f5923d8109366b2c3caf66ad7c2d89be38bd
treeabf43a093684afa5f3ec954788707e60bfd53131
parent0944585208ec2427fc434881e99228e9f870eaef
In rrd synchronous file creation use lock_file
to prevent the creation of the same file at the same time multiple times
and obtain a corrupt rrd file.
src/utils_rrdcreate.c