nanosecond: fix up conversion of ticks to nsec by doing the conversion in 2 stages
[fio.git] / server.h
index fff680405d2a7220e904c8d3714f337d9e4c4059..0b31df7516904db7bd0d0bc9ef8449d0e3730d6d 100644 (file)
--- a/server.h
+++ b/server.h
@@ -43,13 +43,13 @@ struct fio_net_cmd {
 
 struct fio_net_cmd_reply {
        struct flist_head list;
-       struct timeval tv;
+       struct timespec ts;
        uint64_t saved_tag;
        uint16_t opcode;
 };
 
 enum {
-       FIO_SERVER_VER                  = 62,
+       FIO_SERVER_VER                  = 63,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
        FIO_SERVER_MAX_CMD_MB           = 2048,