]> git.saurik.com Git - apt.git/commit - apt-pkg/algorithms.h
edsp: if internal is used, keep this decision
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 8 Jun 2016 08:56:14 +0000 (10:56 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 8 Jun 2016 11:07:21 +0000 (13:07 +0200)
commit4dc619c0435d44a6a03cfda357654d3d76833b68
treec889ca117d4ce4fb22987f2be365c3cb89f9ed86
parentab07af708e49c9219940ffd3e20a01c763267e03
edsp: if internal is used, keep this decision

It wasn't noticeable before, but now with the (optional) logging it can
be observed that we decide in the internal path two times if an internal
or external solver should be used (and hence with logging, it is
attempted twice), so if we are in the internal path call the internal
resolver directly, which means those internal methods need to be public
– but we can hide them based on the symbol at least.
apt-pkg/algorithms.h
apt-pkg/upgrade.cc