Pre-computing size of data file content area and publishing it to
writers as Ecma119Image.filesrc_blocks.
This commit is contained in:
@@ -835,6 +835,12 @@ struct ecma119_image
|
||||
*/
|
||||
uint8_t sys_area_as_written[16 * BLOCK_SIZE];
|
||||
|
||||
/* Size of the filesrc_writer area (data file content).
|
||||
This is available before any IsoImageWriter.compute_data_blocks()
|
||||
is called.
|
||||
*/
|
||||
uint32_t filesrc_blocks;
|
||||
|
||||
};
|
||||
|
||||
#define BP(a,b) [(b) - (a) + 1]
|
||||
|
Reference in New Issue
Block a user