aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-build-collect.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-23 13:22:05 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-01-23 13:22:05 +0200
commitf7786c1a87a374a33a9810626a6f5d26b61b0a23 (patch)
treee349bcb71432d99a624ceb3a5ab2ff953c820696 /bpkg/pkg-build-collect.hxx
parent692ac2f6123c341d8cb5203568d78bef51fe044a (diff)
Review
Diffstat (limited to 'bpkg/pkg-build-collect.hxx')
-rw-r--r--bpkg/pkg-build-collect.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/bpkg/pkg-build-collect.hxx b/bpkg/pkg-build-collect.hxx
index 5f64f31..6c79abe 100644
--- a/bpkg/pkg-build-collect.hxx
+++ b/bpkg/pkg-build-collect.hxx
@@ -216,6 +216,12 @@ namespace bpkg
// system package manager (as opposed to user/fallback). Otherwise, return
// NULL (so can be used as bool).
//
+ // Note on terminology: We call the bpkg package that is being configured
+ // as available from the system as "system package" and we call the
+ // underlying package managed by the system/distribution package manager
+ // as "system/distribution package". See system-package-manager.hxx for
+ // background.
+ //
const system_package_status*
system_status () const;