~ubuntu-branches/ubuntu/trusty/apt/trusty

« back to all changes in this revision

Viewing changes to apt-pkg/contrib/fileutl.h

  • Committer: Package Import Robot
  • Author(s): Michael Vogt, TJ Guthrie
  • Date: 2013-11-24 10:56:22 UTC
  • mfrom: (1.5.40 experimental)
  • mto: (1.5.41 experimental)
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: package-import@ubuntu.com-20131124105622-p22c5ttgxd6nrq5g
Tags: 0.9.13
[ TJ Guthrie ]
Changed MinAgeSec to MinAge in /etc/cron.daily/apt:200,204 
LP: #1206047

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <string>
28
28
#include <vector>
 
29
#include <set>
29
30
 
30
31
#include <zlib.h>
31
32
 
182
183
void SetNonBlock(int Fd,bool Block);
183
184
bool WaitFd(int Fd,bool write = false,unsigned long timeout = 0);
184
185
pid_t ExecFork();
 
186
pid_t ExecFork(std::set<int> keep_fds);
185
187
bool ExecWait(pid_t Pid,const char *Name,bool Reap = false);
186
188
 
187
189
// File string manipulators