Skip to content
Snippets Groups Projects
Commit 7c0abc72 authored by Simon McVittie's avatar Simon McVittie
Browse files

pv-wrap: Replace PreloadModule[] with a GArray of WrapModule


PreloadModule is no longer used in pv-adverb, because we needed a
different data structure there. Do a similar transformation here.
This turns it inside out: instead of what's conceptually

    map<variable=LD_AUDIT or LD_PRELOAD, values=array<string>>

we now have

    array<struct<variable=LD_AUDIT or LD_PRELOAD, string>>

which is a bit easier to deal with in practice.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8a0a0f05
Branches
Tags
1 merge request!337pressure-vessel: Remap preloadable modules better
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment