Allowed to suppress error message from failed burn_read_data()

This commit is contained in:
2007-08-23 15:02:55 +00:00
parent 64352b61ea
commit d8399cc8c9
3 changed files with 16 additions and 2 deletions

View File

@ -1872,7 +1872,9 @@ int burn_random_access_write(struct burn_drive *d, off_t byte_address,
@param data_size The amount of data to be read. This does not have to
be aligned to any block size.
@param data_count The amount of data actually read (interesting on error)
@param flag Bitfield for control purposes: (unused yet, submit 0)
@param flag Bitfield for control purposes:
bit0= - reserved -
bit1= do not submit error message if read error
@return 1=sucessful , <=0 an error occured
*/
int burn_read_data(struct burn_drive *d, off_t byte_address,