New API calls isoburn_get_attached_start_lba(), isoburn_attach_start_lba()

This commit is contained in:
2012-02-14 10:31:00 +00:00
parent a61a461fa0
commit 719ef2a6d3
6 changed files with 63 additions and 1 deletions

View File

@ -141,6 +141,9 @@ struct isoburn {
/* Libisofs image context */
IsoImage *image;
/* The start LBA of the image */
int image_start_lba;
/* The block data source from which the existing image is read.
*/
IsoDataSource *iso_data_source;