yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
Unload Library Support

SIL and SIL-SA callback support during unload operations. More...

Collaboration diagram for Unload Library Support:

Functions

status_t agt_val_unload_mod_nodes (ses_cb_t *scb, rpc_msg_t *msg, xml_node_t *methnode, ncx_module_t *mod)
 Unload the module data nodes. More...
 

Detailed Description

SIL and SIL-SA callback support during unload operations.

If nn <unload> or <unload-bundle> operation is requested then the callbacks are needed if any YANG data is removed from the datastores.

Function Documentation

◆ agt_val_unload_mod_nodes()

status_t agt_val_unload_mod_nodes ( ses_cb_t scb,
rpc_msg_t msg,
xml_node_t methnode,
ncx_module_t mod 
)

Unload the module data nodes.

Search all datastores to find all the value nodes for objects for the specified module, then delete them. The module is being unloaded from the server.

The caller SHOULD have all datastores locked so no other threads can do any writes while the module nodes are removed from each datastore (agt_cfg only supports 1 datastore for each transaction)

Parameters
scbsession control block
[in,out]msgincoming validate rpc_msg_t in progress
  • rpc_err_rec_t structs may be malloced and added to the msg->mhdr.errQ
methnodeXML method node for error purposes (may be NULL)
modmodule being unloaded
Returns
status
Here is the call graph for this function: