X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio_time.h;h=b49cc828713e4c67d53e362372760cd510510353;hb=484817a95764dc7ba83b9f16c417bd727813043a;hp=e31ea0974da5d5168ba4db93b977cb0fd9624a63;hpb=356014ff351c6eb69339652650af5f6af72e5c22;p=fio.git diff --git a/fio_time.h b/fio_time.h index e31ea097..b49cc828 100644 --- a/fio_time.h +++ b/fio_time.h @@ -20,5 +20,6 @@ extern bool ramp_time_over(struct thread_data *); extern bool in_ramp_time(struct thread_data *); extern void fio_time_init(void); extern void timeval_add_msec(struct timeval *, unsigned int); +extern void set_epoch_time(struct thread_data *, int); #endif