Make task->residual a size_t instead of an int

Update and improve the log messages for failures for the read10 invalid test
This commit is contained in:
Ronnie Sahlberg
2013-03-23 11:23:02 -07:00
parent 2d10d0a2d8
commit 808eed9680
8 changed files with 88 additions and 29 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ do { \
} \
} while (0);
extern uint32_t block_size;
extern size_t block_size;
extern uint64_t num_blocks;
extern int lbpme;
extern int lbppb;