X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.c;h=71eb940fb3251b6ffee1af4829fdc92c915460ce;hb=2aaabc7592009a1f6e2d6033a79d3041b05ab500;hp=5484322f16eb5feabe8dce1039db7fcda56932cf;hpb=3b293a7b2974d38098bce0ce9e3281e803c16037;p=collectd.git diff --git a/src/collectd.c b/src/collectd.c index 5484322f..71eb940f 100644 --- a/src/collectd.c +++ b/src/collectd.c @@ -50,7 +50,7 @@ static int loop = 0; static void *do_flush (void *arg) { INFO ("Flushing all data."); - plugin_flush_all (-1); + plugin_flush (NULL, -1, NULL); INFO ("Finished flushing all data."); pthread_exit (NULL); return NULL;