]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/protos.h
First go at supporting a mount and unmount wrapper for tape devices. Initial cleanup...
[bacula/bacula] / bacula / src / stored / protos.h
index e18ca3aa327687da80a575aa74369f8653df6a14..fd51df7f7255668d477f7570b5ac1e6a8b57b27e 100644 (file)
@@ -127,7 +127,7 @@ void    dvd_remove_empty_part(DCR *dcr);
 /* From device.c */
 bool     open_device(DCR *dcr);
 bool     first_open_device(DCR *dcr);
-bool     fixup_device_block_write_error(DCR *dcr);
+bool     fixup_device_block_write_error(DCR *dcr, int retries=4);
 void     set_start_vol_position(DCR *dcr);
 void     set_new_volume_parameters(DCR *dcr);
 void     set_new_file_parameters(DCR *dcr);