New write options session_md5, file_md5, read option nomd5

This commit is contained in:
2009-08-10 19:21:43 +00:00
parent d1490aa95e
commit 219aa7e4b6
5 changed files with 36 additions and 13 deletions

View File

@ -261,6 +261,9 @@ struct isoburn_read_opts {
/* ts A90508 */
unsigned int noino:1; /* Discard eventual PX inode numbers */
/* ts A90810 */
unsigned int nomd5:1; /* Do not read eventual MD5 array */
unsigned int preferjoliet:1;
/*< When both Joliet and RR extensions are present, the RR
* tree is used. If you prefer using Joliet, set this to 1. */
@ -328,6 +331,12 @@ struct isoburn_imgen_opts {
/* Write eventual AAIP info containing ACL and EA */
unsigned int aaip :1;
/* Produce and write a MD5 checksum of the whole session stream. */
unsigned int session_md5 :1;
/* Produce and write MD5 checksums for each single IsoFile. */
unsigned int file_md5 :1;
/* relaxed constraints */
/*