2#ifndef _H_u_yumaworks_templates
3#define _H_u_yumaworks_templates
61typedef struct y_yumaworks_templates_T_templates_template_data_ {
63} y_yumaworks_templates_T_templates_template_data;
66typedef struct y_yumaworks_templates_T_templates_template_ {
69 xmlChar *v_data_target;
70 y_yumaworks_templates_T_templates_template_data v_data;
71} y_yumaworks_templates_T_templates_template;
74typedef struct y_yumaworks_templates_T_templates_ {
76} y_yumaworks_templates_T_templates;
122 const xmlChar *k_templates_template_name);
162 const xmlChar *modname,
163 const xmlChar *revision);
Multi-Protocol Network Management Server.
NETCONF Server Data Model callback handler.
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 u_yumaworks_templates_templates_edit(ses_cb_t *scb, rpc_msg_t *msg, agt_cbtyp_t cbtyp, op_editop_t editop, val_value_t *newval, val_value_t *curval)
Edit database object callback.
Definition: u_yumaworks_templates.c:437
status_t u_yumaworks_templates_init2(void)
SIL init phase 2: non-config data structures.
Definition: u_yumaworks_templates.c:569
status_t u_yumaworks_templates_templates_template_edit(ses_cb_t *scb, rpc_msg_t *msg, agt_cbtyp_t cbtyp, op_editop_t editop, val_value_t *newval, val_value_t *curval, val_value_t **child_errorval, const xmlChar *k_templates_template_name)
Edit database object callback.
Definition: u_yumaworks_templates.c:286
void u_yumaworks_templates_cleanup(void)
cleanup the server instrumentation library
Definition: u_yumaworks_templates.c:584
status_t u_yumaworks_templates_init(const xmlChar *modname, const xmlChar *revision)
initialize the yumaworks-templates server instrumentation library
Definition: u_yumaworks_templates.c:538
op_editop_t
NETCONF edit-config operation types.
Definition: op.h:122
status_t
global error return code
Definition: status_enum.h:210
YANG module data structures Many internal representations of YANG module constructs.
NETCONF protocol operations.
NETCONF protocol remote procedure call common definitions.
NETCONF Session Common definitions module.
Global error messages for status code enumerations.
NETCONF Server and Client RPC Request/Reply Message Header.
Definition: rpc.h:181
Session Control Block.
Definition: ses.h:573
one value to match one type
Definition: val.h:912
Value Node Basic Support.
System SIL callbacks for yumaworks-templates module.