-
- Downloads
capsule: rework the handle infrastructure to allow multiple capsules
Define a capsule mete-data struct which can be declared globally per-proxy to allow libcapsule to manage a set of capsules and merge them into one namespace if they share a /host prefix. This allows us to have one capsule per proxied library, each with the correct soname instead of one monolithic blob capsule which can only have one soname. Conflicts: capsule/capsule-dlmopen.c capsule/capsule-init.c capsule/capsule-wrappers.c
parent
1d4557de
No related branches found
No related tags found
Showing
- capsule/capsule-dlmopen.c 63 additions, 3 deletionscapsule/capsule-dlmopen.c
- capsule/capsule-init.c 379 additions, 11 deletionscapsule/capsule-init.c
- capsule/capsule-private.h 1 addition, 3 deletionscapsule/capsule-private.h
- capsule/capsule-wrappers.c 54 additions, 25 deletionscapsule/capsule-wrappers.c
- capsule/capsule.h 96 additions, 22 deletionscapsule/capsule.h
Loading
Please register or sign in to comment