X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.c;h=8865502520cb7f1fe2a8315bf8c9c79c54e346a7;hp=077dce5c349f67efec5c76a6371e89e2a2a4724f;hb=1b4f8c7f78793428084688f27a412139b259972b;hpb=25f488581e510c1b440f2e76842ec23f3dad7b57 diff --git a/server.c b/server.c index 077dce5c..88655025 100644 --- a/server.c +++ b/server.c @@ -555,6 +555,7 @@ static int handle_run_cmd(struct flist_head *job_list, struct fio_net_cmd *cmd) pid_t pid; int ret; + fio_time_init(); set_genesis_time(); pid = fork();