aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-configuration.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-06-15 12:59:58 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-06-15 12:59:58 +0200
commit4fe93fb31b20925c93f12f4a182dc57155fab5b6 (patch)
tree8a80b2e93043fa4f848b3ad57e7050e2addc4679 /bpkg/package-configuration.hxx
parent43212495490c1431f2cf31291d0af571fdc8777d (diff)
Rename up_negotiate_configuration() to negotiate_configuration()
Diffstat (limited to 'bpkg/package-configuration.hxx')
-rw-r--r--bpkg/package-configuration.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/package-configuration.hxx b/bpkg/package-configuration.hxx
index 3ff7b59..afc3dba 100644
--- a/bpkg/package-configuration.hxx
+++ b/bpkg/package-configuration.hxx
@@ -184,11 +184,11 @@ namespace bpkg
small_vector<dependent_config_variable_values, 2> change_history_;
};
- // Up-negotiate the configuration for the specified dependencies of the
+ // Negotiate the configuration for the specified dependencies of the
// specified dependent. Return true if the configuration has changed.
//
bool
- up_negotiate_configuration (
+ negotiate_configuration (
package_configurations&,
package_skeleton& dependent,
pair<size_t, size_t> position,