Fix overflow of counters incremented on each I/O operation
authorAlexander Larin <znahar@yandex-team.ru>
Wed, 28 Feb 2018 11:25:42 +0000 (14:25 +0300)
committerAlexander Larin <znahar@yandex-team.ru>
Thu, 1 Mar 2018 16:08:30 +0000 (19:08 +0300)
commit6cc0e5aa9eddd2487dfa9ac80be1264151058409
treee699551e8444730b55c21b44f714ef9bd5442496
parentcd174b909109e527e41ca42ac761c5f7d29f25e5
Fix overflow of counters incremented on each I/O operation

 - In the thread_stat struct: uint32_t counters are updated to uint64_t.
 - In the io_u_plat_entry struct: unsigned int counters are updated to
   uint64_t.
It fixes overflow of these counters.

Signed-off-by: Alexander Larin <znahar@yandex-team.ru>
client.c
gclient.c
io_u.c
iolog.c
iolog.h
server.c
server.h
stat.c
stat.h