From: Ruben Kerkhof Date: Mon, 29 Feb 2016 22:23:47 +0000 (+0100) Subject: utils_latency.c: mark change_bin_width as static X-Git-Tag: collectd-5.5.2~6^2~32^2~12 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=6c613b51563736dcb081aaa20490f16458338336 utils_latency.c: mark change_bin_width as static --- diff --git a/src/utils_latency.c b/src/utils_latency.c index 90479741..a21b7e8d 100644 --- a/src/utils_latency.c +++ b/src/utils_latency.c @@ -76,7 +76,7 @@ struct latency_counter_s * So, if the required bin width is 300, then new bin width will be 512 as it is * the next nearest power of 2. */ -void change_bin_width (latency_counter_t *lc, cdtime_t latency) /* {{{ */ +static void change_bin_width (latency_counter_t *lc, cdtime_t latency) /* {{{ */ { /* This function is called because the new value is above histogram's range. * First find the required bin width: