New API calls isoburn_igopt_set_hfsp_block_size() and isoburn_igopt_get_hfsp_block_size()

This commit is contained in:
2012-06-27 18:45:32 +00:00
parent 395ff93df2
commit 50e8b66845
4 changed files with 88 additions and 1 deletions

View File

@@ -683,6 +683,14 @@ struct isoburn_imgen_opts {
*/
uint8_t hfsp_serial_number[8];
/* Allocation block size of HFS+ : 0= auto , 512, or 2048
*/
int hfsp_block_size;
/* Block size of and in APM : 0= auto , 512, or 2048
*/
int apm_block_size;
};