-
- Downloads
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:
Simon McVittie <smcv@collabora.com>
Loading
Please register or sign in to comment