diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-07 22:36:09 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-07 22:36:09 +0200 |
commit | ee27950632c149bb14c9c490e92147579ba4fc2a (patch) | |
tree | 2ad71178166534b7ebfd2813e7376139e1ec0de6 /methods/ftp.h | |
parent | 27e6c17a18216e2a02de39a6d1722b83ac823d42 (diff) |
Send "Fail-Reason: MaximumSizeExceeded" from the method
Communicate the fail reason from the methods to the parent
and Rename() failed files.
Diffstat (limited to 'methods/ftp.h')
-rw-r--r-- | methods/ftp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/methods/ftp.h b/methods/ftp.h index a31ebc999..2efd28ec6 100644 --- a/methods/ftp.h +++ b/methods/ftp.h @@ -62,7 +62,8 @@ class FTPConn bool Size(const char *Path,unsigned long long &Size); bool ModTime(const char *Path, time_t &Time); bool Get(const char *Path,FileFd &To,unsigned long long Resume, - Hashes &MD5,bool &Missing, unsigned long long MaximumSize); + Hashes &MD5,bool &Missing, unsigned long long MaximumSize, + pkgAcqMethod *Owner); FTPConn(URI Srv); ~FTPConn(); |