-
- Downloads
Always have exactly one link map per capsule_namespace
To preallocate data structures during metadata gathering, we need to
know ahead of time which capsules will be sharing a namespace. If we
need more flexibility later, we'll have to change from one
capsule_namespace per prefix to one capsule_namespace per
(prefix, discriminator) tuple, where the discriminator is something
from the metadata that identifies the desired equivalence classes of
libraries.
(In practice it's going to be easier to bind-mount the same prefix
into multiple places.)
Signed-off-by:
Simon McVittie <smcv@collabora.com>
parent
4058a11e
No related branches found
No related tags found
Showing
- capsule/capsule-dlmopen.c 2 additions, 57 deletionscapsule/capsule-dlmopen.c
- capsule/capsule-init.c 3 additions, 5 deletionscapsule/capsule-init.c
- capsule/capsule-private.h 1 addition, 0 deletionscapsule/capsule-private.h
- capsule/capsule-wrappers.c 3 additions, 3 deletionscapsule/capsule-wrappers.c
- capsule/capsule.h 1 addition, 5 deletionscapsule/capsule.h
- data/capsule-mkstublib 2 additions, 8 deletionsdata/capsule-mkstublib
- doc/Capsules.txt 1 addition, 1 deletiondoc/Capsules.txt
Loading
Please register or sign in to comment