]> git.itanic.dy.fi Git - rrdd/commit
process: Make run() execute synchronously
authorTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 9 Jul 2016 06:50:07 +0000 (09:50 +0300)
committerTimo Kokkonen <timo.t.kokkonen@iki.fi>
Sat, 9 Jul 2016 06:55:00 +0000 (09:55 +0300)
commitac609eaad1b9788d77c5e42e570ad476625c66d1
treed601392e4b1d1b101eeb995aca9723e8eef1225f
parent01e00e93952f48469fc66be9a3a18017c0dd9298
process: Make run() execute synchronously

Currently there are no need for running the process asynchronously on
background, so we might just make it run synchronously instead. This
simplifies the calling convention and also removes completely the need
to fork and possibly race in glibc functions.

Signed-off-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
process.c
rrdtool.c