]> git.ipfire.org Git - thirdparty/libsolv.git/commit
Add repo_lookup_count and solvable_lookup_count functions
authorMichael Schroeder <mls@suse.de>
Thu, 16 Apr 2020 21:29:00 +0000 (23:29 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 16 Apr 2020 21:32:40 +0000 (23:32 +0200)
commit819bbc21486ddf1e0ac3b3da0e979b54246b77d6
tree3a536a25035975f2d83498760b491c06eba932bf
parent0f743223fb613d0b42c0715b744968fce086d124
Add repo_lookup_count and solvable_lookup_count functions

Also refactor the way we access the dependencies in the solvable
a bit by adding a solvable_offsetptr helper function.
src/repo.c
src/repo.h
src/solvable.c
src/solvable.h