summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 115ac52)
raw | patch | inline | side by side (parent: 115ac52)
author | Florian Forster <octo@collectd.org> | |
Sat, 23 Feb 2013 12:10:40 +0000 (13:10 +0100) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 23 Feb 2013 12:10:40 +0000 (13:10 +0100) |
src/rrdcached.c | patch | blob | history | |
src/rrdtool.c | patch | blob | history |
diff --git a/src/rrdcached.c b/src/rrdcached.c
index 3c5656530706c726dea0ca2c4530e4d7bf330423..a37b4b507ff24fe4904cac5514979eac0760b8de 100644 (file)
--- a/src/rrdcached.c
+++ b/src/rrdcached.c
/* consolidation_functions = */ NULL,
/* consolidation_functions_num = */ 0,
- /* async = */ 0
+ /* async = */ 0
};
/*
diff --git a/src/rrdtool.c b/src/rrdtool.c
index da4fcb8c51b2703c50aee78dc0c2298ce4f14096..a673879b10e986ccbfebbecfb07f0dc8513f3dcd 100644 (file)
--- a/src/rrdtool.c
+++ b/src/rrdtool.c
/* consolidation_functions = */ NULL,
/* consolidation_functions_num = */ 0,
- /* async = */ 0
+ /* async = */ 0
};
/* XXX: If you need to lock both, cache_lock and queue_lock, at the same time,