New flag bit2 with burn_read_data()

This commit is contained in:
2008-08-09 07:19:54 +00:00
parent 6dc9ecbcad
commit acd7dbc5c6
3 changed files with 5 additions and 2 deletions

View File

@ -2420,6 +2420,8 @@ int burn_random_access_write(struct burn_drive *d, off_t byte_address,
@param flag Bitfield for control purposes:
bit0= - reserved -
bit1= do not submit error message if read error
bit2= on error do not try to read a second time
with single block steps. @since 0.5.2
@return 1=sucessful , <=0 an error occured
@since 0.4.0
*/