Skip to content
Snippets Groups Projects
Commit 5ab15ac1 authored by Jonathan Lebon's avatar Jonathan Lebon
Browse files

macros: add GLNX_HASH_TABLE_FOREACH_V

Looking at converting the ostree codebase, iterating over only the
values of a hash table (while ignoring the key) is actually a more
common pattern than I thought. So let's give it its own macro as well so
users don't have to resort to the _KV variant.
parent 4d34066a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment