49#ifndef _H_sil_sa_types
196 const xmlChar *modname);
Multi-Protocol Network Management Server.
dlq provides general double-linked list and queue support:
agt_cbtyp_t
enumeration of the different server EDIT callback types These are used as array indices so there is n...
Definition: agt.h:726
status_t
global error return code
Definition: status_enum.h:210
void sil_call_free_bundle_cb(sil_sa_bundle_t *buncb)
Clean and free a bundle control block.
Definition: sil_call.c:1725
status_t sil_call_edit_phase(sil_sa_cb_t *cb, agt_cbtyp_t cbtyp, ses_cb_t *scb)
Invoke 1 phase of the edit procedure.
Definition: sil_call.c:1632
void sil_call_init(void)
Init the module.
Definition: sil_call.c:1695
status_t sil_call_load_one(sil_sa_cb_t *cb, const xmlChar *name, boolean is_module)
Load the SIL-SA library code for one module or bundle.
Definition: sil_call.c:1565
void sil_call_clean_profile(sil_sa_cb_t *cb)
Clean the module-specific data from the profile.
Definition: sil_call.c:1676
status_t sil_call_load_code(sil_sa_cb_t *cb)
Load the SIL-SA library code for the modules and bundles in the <register-repsonse> message.
Definition: sil_call.c:1460
dlq_hdr_t * sil_call_get_bundle_modQ(void)
Get the bundle modQ.
void sil_call_cleanup(void)
Cleanup the module.
Definition: sil_call.c:1710
boolean sil_call_check_bundle_duplicate(sil_sa_cb_t *cb, const xmlChar *modname)
Check for a module already claimed in a bundle.
Definition: sil_call.c:1745
Data structures for the SIL-SA subsystem.
global error status code enumerations
Session Control Block.
Definition: ses.h:573
one bundle unload record in case <unload-bundle> called
Definition: sil_sa_types.h:140
control block for the SIL-SA module
Definition: sil_sa_types.h:167