nanosecond: initial commit changing timeval to timespec
[fio.git] / server.c
index 8a5e75d3b0491b2a7624f6a0be92cd904168acf3..017ab130f57d08e562a9cb2a4b495f499f8b6784 100644 (file)
--- a/server.c
+++ b/server.c
@@ -438,7 +438,7 @@ static uint64_t alloc_reply(uint64_t tag, uint16_t opcode)
 
        reply = calloc(1, sizeof(*reply));
        INIT_FLIST_HEAD(&reply->list);
-       fio_gettime(&reply->tv, NULL);
+       fio_gettime(&reply->ts, NULL);
        reply->saved_tag = tag;
        reply->opcode = opcode;