[pbs-devel] [PATCH proxmox-backup 1/2] tape/drive: add 'set_file_offset' to TapeDriver Trait

Dietmar Maurer dietmar at proxmox.com
Mon Jun 21 10:03:55 CEST 2021


> +    fn set_file_offset(&mut self, offset: i64) {
> +        self.sg_tape.set_file_offset(offset);
> +    }
> +

I would prefer the name "set_locate_offset".

IMHO, file_offset is something different...





More information about the pbs-devel mailing list