X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=idletime.c;h=c0bc0bfce19675e311fcbd7394540b02a7010eba;hp=9e6960702ca0face97c1602534bf79616f2afbaf;hb=e0c8b741108cd59ce4435082b5afd5c69a6f713e;hpb=59358c8ef39efea4a2ab141d85b2deebf5cf34fd diff --git a/idletime.c b/idletime.c index 9e696070..c0bc0bfc 100644 --- a/idletime.c +++ b/idletime.c @@ -379,7 +379,7 @@ static double fio_idle_prof_cpu_stat(int cpu) return p * 100.0; } -void fio_idle_prof_cleanup(void) +static void fio_idle_prof_cleanup(void) { if (ipc.ipts) { free(ipc.ipts);