projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3653632
)
write_tsdb: ansify function declaration
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Wed, 2 May 2018 11:17:13 +0000
(13:17 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Wed, 2 May 2018 11:17:13 +0000
(13:17 +0200)
src/write_tsdb.c
patch
|
blob
|
history
diff --git
a/src/write_tsdb.c
b/src/write_tsdb.c
index
349b0d0
..
3f488a8
100644
(file)
--- a/
src/write_tsdb.c
+++ b/
src/write_tsdb.c
@@
-152,7
+152,7
@@
static int wt_flush_nolock(cdtime_t timeout, struct wt_callback *cb) {
return status;
}
-static cdtime_t new_random_ttl() {
+static cdtime_t new_random_ttl(
void
) {
if (resolve_jitter == 0)
return 0;