Reporting speed with -check_media

This commit is contained in:
2012-01-23 10:38:48 +00:00
parent e16695de4d
commit 9caa063957
6 changed files with 53 additions and 15 deletions

View File

@ -571,6 +571,7 @@ struct XorrisO { /* the global context of xorriso */
off_t pacifier_count;
off_t pacifier_total;
off_t pacifier_byte_count; /* auxiliary counter for data bytes */
off_t pacifier_prev_count; /* internal counter for speed measurement */
void *pacifier_fifo;