client/server: add missing fsync data structures
authorVincent Fu <vincent.fu@wdc.com>
Mon, 16 Dec 2019 15:15:11 +0000 (10:15 -0500)
committerVincent Fu <vincent.fu@wdc.com>
Tue, 17 Dec 2019 20:26:36 +0000 (15:26 -0500)
commit91ea42e53a2b54c361ba341f58f5699b344b1506
treedf394eb89887af3683d52185d731c7483e60893d
parent397dddce43664df92101350f1fe5cd4c9cd2a2c7
client/server: add missing fsync data structures

In client/server mode, fsync latencies were missing because a couple
data structures were missed in the client/server send/receive thread
stats code. This patch adds those data structures and now we are able to
see the fsync latencies in client/server mode.

Fixes: https://github.com/axboe/fio/issues/878
Signed-off-by: Vincent Fu <vincent.fu@wdc.com>
client.c
server.c