Fixed several bugs with restorie operations

This commit is contained in:
2008-06-20 16:41:08 +00:00
parent 883551a41e
commit 9dd400d630
5 changed files with 73 additions and 44 deletions

View File

@ -262,6 +262,7 @@ struct XorrisO { /* the global context of xorriso */
/* optional global counters for brain reduced callback functions */
off_t pacifier_count;
off_t pacifier_total;
off_t pacifier_byte_count; /* auxiliary counter for data bytes */
void *pacifier_fifo;