nanosecond: initial commit changing timeval to timespec
[fio.git] / server.h
index f002f3bdec016fdbf8b1226b4749a85fe5f8d94b..0b31df7516904db7bd0d0bc9ef8449d0e3730d6d 100644 (file)
--- a/server.h
+++ b/server.h
@@ -43,7 +43,7 @@ struct fio_net_cmd {
 
 struct fio_net_cmd_reply {
        struct flist_head list;
 
 struct fio_net_cmd_reply {
        struct flist_head list;
-       struct timeval tv;
+       struct timespec ts;
        uint64_t saved_tag;
        uint16_t opcode;
 };
        uint64_t saved_tag;
        uint16_t opcode;
 };