From: Kern Sibbald Date: Thu, 14 Sep 2006 14:59:27 +0000 (+0000) Subject: kes Rework a lot of subroutines in dev.c to take dcr as an X-Git-Tag: Release-2.0.0~449 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=35cb898923a41e087f7fa159226130c48cc6955d;p=bacula%2Fdocs kes Rework a lot of subroutines in dev.c to take dcr as an argument. This is done to eliminate the usage of attached_dcrs in lseek(). kes Change truncated_dvd to blank_dvd, which seems more suitable. kes Apply most of Richard Mortimer's truncate patch. kes Create lseek() method for DEVICE that takes dcr as an argument. This is to eliminate the use of attached_dcrs in lseek(). The calls to lseek_dev() must still be changed. ---