yumapro
24.10-2
YumaPro SDK
|
one bundle unload record in case <unload-bundle> called More...
#include <sil_sa_types.h>
Data Fields | |
dlq_hdr_t | qhdr |
queue header | |
xmlChar * | bundle_name |
malloced copy of the bundle name This replaces the sil_sa_cb.bundle_nameQ | |
dlq_hdr_t | bundle_modQ |
queue of cloned backptrs to the loaded modules assigned to this bundle. More... | |
boolean | load_event_done |
make sure the bundle-load-event is only sent once for this bundle | |
one bundle unload record in case <unload-bundle> called
dlq_hdr_t bundle_modQ |
queue of cloned backptrs to the loaded modules assigned to this bundle.
Q of ncx_backptr_t to ncx_module_t This replaces the sil_sa_cb.bundleQ. Need to keep the modules for each bundle separate so they can be properly unloaded by <unload-bundle>