summaryrefslogtreecommitdiff
path: root/python/progress.h
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2010-01-27 13:51:27 +0100
committerJulian Andres Klode <jak@debian.org>2010-01-27 13:51:27 +0100
commit2bb149489844096c55e9e90379795930171a6f73 (patch)
tree387569a5951fd0fe4f725ef49eabbc87d83e81bb /python/progress.h
parent7bf6a8d52ca8e6c7686eeac50ae714dc6a7e4730 (diff)
downloadpython-apt-2bb149489844096c55e9e90379795930171a6f73.tar.gz
Drop the segfault prevention measures from the Acquire code, as they fail
to work. A replacement will be added once destruction callbacks are added in APT.
Diffstat (limited to 'python/progress.h')
-rw-r--r--python/progress.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/progress.h b/python/progress.h
index 7e75652b..4e66c771 100644
--- a/python/progress.h
+++ b/python/progress.h
@@ -64,6 +64,7 @@ struct PyFetchProgress : public pkgAcquireStatus, public PyCallbackObj
{
protected:
PyObject *pyAcquire;
+ PyObject *GetDesc(pkgAcquire::ItemDesc *item);
public:
enum {
DLDone, DLQueued, DLFailed, DLHit, DLIgnored