-
- Downloads
Include items to relocate in capsule_metadata
It turns out that all calls to capsule_relocate() wanted the same list
of items, but without being able to access the arguments of the
original capsule_relocate() call directly, capsule_external_dlopen()
had to rely on the items being saved ("cached") in the capsule struct.
By putting the items in the metadata, we can simplify that a lot.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
a2905311
No related branches found
No related tags found
Showing
- capsule/capsule-private.h 0 additions, 1 deletioncapsule/capsule-private.h
- capsule/capsule-relocate.c 5 additions, 42 deletionscapsule/capsule-relocate.c
- capsule/capsule-wrappers.c 1 addition, 1 deletioncapsule/capsule-wrappers.c
- capsule/capsule.h 11 additions, 11 deletionscapsule/capsule.h
- data/capsule-mkstublib 16 additions, 15 deletionsdata/capsule-mkstublib
- doc/Capsules.txt 2 additions, 4 deletionsdoc/Capsules.txt
Loading
Please register or sign in to comment