diff options
author | Michael Vogt <mvo@ubuntu.com> | 2014-10-06 09:42:12 +0200 |
---|---|---|
committer | Michael Vogt <mvo@ubuntu.com> | 2014-10-06 09:42:12 +0200 |
commit | eeac6897ebc6ecad6721ef9bd457fe51ef611755 (patch) | |
tree | 0b0bfe189c5dc453b673c833675ac4c9e91dd573 /apt-pkg/acquire-item.h | |
parent | 0f56b51e125d24cf5af68459077ad1b682743bc2 (diff) |
add new "SetActiveSubprocess()
Diffstat (limited to 'apt-pkg/acquire-item.h')
-rw-r--r-- | apt-pkg/acquire-item.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index 083a73197..bab2cc0d7 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -292,6 +292,12 @@ class pkgAcquire::Item : public WeakPointable */ void ReportMirrorFailure(std::string FailCode); + /** \brief Set the name of the current active subprocess + * + * See also #ActiveSubprocess + */ + void SetActiveSubprocess(const std::string &subprocess); + /** \brief Initialize an item. * * Adds the item to the list of items known to the acquire |