1#ifdef WITH_SUPPORT_SAVE
12#ifndef _H_support_save
13#define _H_support_save
96 const xmlChar *subtree_name,
dlq provides general double-linked list and queue support:
boolean support_save_is_active(void)
Check if a support-save is in progress.
Definition: support_save.c:458
status_t support_save_register_cbfn(const xmlChar *subtree_name, support_save_cbfn_t subtree_cbfn)
Register a support-save callback function.
Definition: support_save.c:315
void support_save_cleanup(void)
Cleanup the support_save module.
Definition: support_save.c:281
status_t support_save_init2(void)
Load the yumaworks-support-save module (phase 2)
Definition: support_save.c:246
obj_template_t * support_save_get_object(void)
Get the support-save-data object template.
Definition: support_save.c:479
status_t support_save_write(ses_cb_t *scb, xml_msg_hdr_t *mhdr, int32 indent, int32 startindent)
Write the support save information to the specified session Use the registered callbacks in the order...
Definition: support_save.c:372
status_t support_save_init(void)
Load the yumaworks-support-save module.
Definition: support_save.c:207
status_t(* support_save_cbfn_t)(ses_cb_t *scb, xml_msg_hdr_t *mhdr, xmlns_id_t parent_nsid, const xmlChar *subtree_name, int32 indent, int32 startindent)
Support Save Callback Function Used to add info to the support-save report.
Definition: support_save.h:93
status_t
global error return code
Definition: status_enum.h:210
uint16 xmlns_id_t
integer handle for registered namespaces
Definition: xmlns.h:89
NETCONF Session Common definitions module.
global error status code enumerations
One YANG data-def-stmt.
Definition: obj.h:1229
Session Control Block.
Definition: ses.h:573
Common Encoding Message Header No longer XML specific!! Used by JSON and CBOR parsing as well!...
Definition: xml_msg.h:404
XML and JSON Message send and receive support.