diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2011-12-14 22:35:03 +0100 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2011-12-14 22:35:03 +0100 |
commit | 12d1f5b3e295c589371bf7de27b7918310d08480 (patch) | |
tree | ea3c89ca71f1d5240e43b40c4f01e5921b7d22ab /ftparchive/multicompress.h | |
parent | 52b47296f61ec3ca1075bbfb44982f5caa541e7c (diff) |
remove the second usage instance of ExecCompressor in ftparchive
by again using the FileFd directly
Diffstat (limited to 'ftparchive/multicompress.h')
-rw-r--r-- | ftparchive/multicompress.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ftparchive/multicompress.h b/ftparchive/multicompress.h index 2dc7095d7..388fad22e 100644 --- a/ftparchive/multicompress.h +++ b/ftparchive/multicompress.h @@ -51,8 +51,7 @@ class MultiCompress unsigned long UpdateMTime; bool Finalize(unsigned long long &OutSize); - bool OpenOld(int &Fd,pid_t &Proc); - bool CloseOld(int Fd,pid_t Proc); + bool OpenOld(FileFd &Fd); static bool GetStat(std::string const &Output,std::string const &Compress,struct stat &St); MultiCompress(std::string const &Output,std::string const &Compress, |