Report writting progress.

This commit is contained in:
Vreixo Formoso
2007-12-29 17:42:57 +01:00
parent a2645cbf40
commit 4b8db2f274
2 changed files with 21 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ struct ecma119_image
off_t total_size;
uint32_t vol_space_size;
/* Bytes already written, just for progress notification */
off_t bytes_written;
int percent_written;
/*
* Block being processed, either during image writing or structure
* size calculation.