summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 04f11b9)
raw | patch | inline | side by side (parent: 04f11b9)
author | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 29 Feb 2016 22:23:47 +0000 (23:23 +0100) | ||
committer | Ruben Kerkhof <ruben@rubenkerkhof.com> | |
Mon, 29 Feb 2016 22:23:47 +0000 (23:23 +0100) |
src/utils_latency.c | patch | blob | history |
diff --git a/src/utils_latency.c b/src/utils_latency.c
index 90479741ab857f6013ec8d8aa04fca9bd2c3d1c8..a21b7e8deaabbffa77f4922cb47c58860fe761ca 100644 (file)
--- a/src/utils_latency.c
+++ b/src/utils_latency.c
* 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: