X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device-src%2Fxfer-device.h;fp=device-src%2Fxfer-device.h;h=cad34d009bd69cd056a14d3f32c0c6c40f4b2391;hb=109540caa4e37a3663b3dcfb9a205b9609e3f561;hp=f18916b3df6d4836a77bc7eee2884df29c91abcf;hpb=4c9eba1feb11adf189bceb4001c425e641f0b56a;p=debian%2Famanda diff --git a/device-src/xfer-device.h b/device-src/xfer-device.h index f18916b..cad34d0 100644 --- a/device-src/xfer-device.h +++ b/device-src/xfer-device.h @@ -1,6 +1,6 @@ /* * Amanda, The Advanced Maryland Automatic Network Disk Archiver - * Copyright (c) 2009, 2010 Zmanda, Inc. All Rights Reserved. + * Copyright (c) 2009-2012 Zmanda, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published @@ -143,4 +143,8 @@ void xfer_source_recovery_use_device( XferElement *self, Device *device); +guint64 +xfer_source_recovery_get_bytes_read( + XferElement *elt); + #endif