New option -calm_drive

This commit is contained in:
2009-08-24 18:36:49 +00:00
parent 82fae7f05d
commit 0109f4b2b5
5 changed files with 91 additions and 6 deletions

View File

@ -470,6 +470,11 @@ int Xorriso_md5_compute(struct XorrisO *xorriso, void *ctx,
int Xorriso_md5_end(struct XorrisO *xorriso, void **ctx, char md5[16],
int flag);
/* @param flag bit0=input drive
bit1=output drive
*/
int Xorriso_drive_snooze(struct XorrisO *xorriso, int flag);
/* A pseudo file type for El-Torito bootsectors as in man 2 stat :
For now take the highest possible value.