diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-05 15:10:55 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-09-05 15:10:55 +0200 |
commit | 5d053270a275d1c825c793151f50bf3b680f55ec (patch) | |
tree | 90542eb6ed661286d3f9bc15682ba9e12c2957fd /apt-pkg/deb/dpkgpm.h | |
parent | 394957744d64b13473bfeea5403a7a11284510dc (diff) |
* apt-pkg/deb/dpkgpm.{cc,h}:
- fix bug in dpkg log writing when a signal is caught during
select() (LP: #134858)
- write end marker in the log as well
Diffstat (limited to 'apt-pkg/deb/dpkgpm.h')
-rw-r--r-- | apt-pkg/deb/dpkgpm.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apt-pkg/deb/dpkgpm.h b/apt-pkg/deb/dpkgpm.h index debde36a3..e5f197405 100644 --- a/apt-pkg/deb/dpkgpm.h +++ b/apt-pkg/deb/dpkgpm.h @@ -70,6 +70,10 @@ class pkgDPkgPM : public pkgPackageManager // apport integration void WriteApportReport(const char *pkgpath, const char *errormsg); + // dpkg log + bool OpenLog(); + bool CloseLog(); + // input processing void DoStdin(int master); void DoTerminalPty(int master); |