12#ifndef _H_agt_commit_complete_cb
13#define _H_agt_commit_complete_cb
168extern const xmlChar *
Multi-Protocol Network Management Server.
void agt_commit_complete_cleanup(void)
Cleanup the callback commit module.
Definition: agt_commit_complete.c:148
void agt_commit_complete_unregister(const xmlChar *modname)
Unregister a Commit Complete callback.
Definition: agt_commit_complete.c:226
const xmlChar * agt_commit_complete_get_type(agt_commit_type_t commit_type)
Get the keyword for the specified agt_commit_type_t enumeration.
Definition: agt_commit_complete.c:375
status_t agt_commit_complete_register(const xmlChar *modname, agt_commit_complete_cb_t cb)
Register a Commit Complete callback.
Definition: agt_commit_complete.c:184
void agt_commit_complete_init(void)
Initialise the callback commit module.
Definition: agt_commit_complete.c:131
status_t agt_commit_complete(ses_cb_t *scb, rpc_msg_t *msg, agt_commit_type_t commit_type, val_value_t *source, val_value_t *target, boolean epc_only)
Complete a commit operation.
Definition: agt_commit_complete.c:268
status_t(* agt_commit_complete_cb_t)(agt_commit_type_t commit_type)
Typedef of the commit_complete callback.
Definition: agt_commit_complete.h:84
agt_commit_type_t
NETCONF commit types.
Definition: agt.h:752
status_t
global error return code
Definition: status_enum.h:210
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