aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-query.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-01-16 13:53:43 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2023-01-16 16:22:15 +0300
commit8e20c1ed163be60cb576b5ad8f5d27b6320154a6 (patch)
treebde57b0b18400d37f87df53d6889838ab592e4cd /bpkg/package-query.hxx
parentc7e76c23b49c423f352b283c7afba248b4ce77e9 (diff)
Add os_release facility
Diffstat (limited to 'bpkg/package-query.hxx')
-rw-r--r--bpkg/package-query.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bpkg/package-query.hxx b/bpkg/package-query.hxx
index 1919058..1fbedd7 100644
--- a/bpkg/package-query.hxx
+++ b/bpkg/package-query.hxx
@@ -182,6 +182,8 @@ namespace bpkg
// Note that we return (loaded) lazy_shared_ptr in order to also convey
// the database to which it belongs.
//
+ // @@ Add available_packages typedef and use everywhere.
+ //
vector<pair<shared_ptr<available_package>,
lazy_shared_ptr<repository_fragment>>>
find_available_all (const linked_databases&,