Made sure that IsoStream from old image are equivalent only if their

data extents have same LBAs and sizes.
This commit is contained in:
2009-05-24 18:22:02 +02:00
parent b34fd35e62
commit e12d409b80
4 changed files with 47 additions and 1 deletions

View File

@ -30,4 +30,11 @@
*/
int iso_local_filesystem_new(IsoFilesystem **fs);
/* ts A90524 */
/* Rank two IsoFileSource by their eventual old image LBAs.
Other IsoFileSource classes will be ranked only roughly.
*/
int iso_ifs_sections_cmp(IsoFileSource *s1, IsoFileSource *s2, int flag);
#endif /*LIBISO_FSOURCE_H_*/