X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=gettime.c;h=b89cd46fdd14e7cbe6290a424416b6268a6543d8;hb=7788b76fe13059aa3610f592e58512cb5f4cdb28;hp=8991703fd0662fad4616ed8ab66f154f12c0ade9;hpb=225ba9e3433cf27d8ff7b213d9f78b7ef2776c70;p=fio.git diff --git a/gettime.c b/gettime.c index 8991703f..b89cd46f 100644 --- a/gettime.c +++ b/gettime.c @@ -32,7 +32,7 @@ static pthread_key_t tv_tls_key; enum fio_cs fio_clock_source = FIO_PREFERRED_CLOCK_SOURCE; int fio_clock_source_set = 0; -enum fio_cs fio_clock_source_inited = CS_INVAL; +static enum fio_cs fio_clock_source_inited = CS_INVAL; #ifdef FIO_DEBUG_TIME