yumapro  23.10T-6
YumaPro SDK
Loading...
Searching...
No Matches
agt_commit_complete.h File Reference

NETCONF Server Commit Complete callback handler. More...

#include <xmlstring.h>
#include "procdefs.h"
#include "agt.h"
#include "status.h"
Include dependency graph for agt_commit_complete.h:

Go to the source code of this file.

Typedefs

typedef status_t(* agt_commit_complete_cb_t) (agt_commit_type_t commit_type)
 Typedef of the commit_complete callback. More...
 

Functions

void agt_commit_complete_init (void)
 Initialise the callback commit module. More...
 
void agt_commit_complete_cleanup (void)
 Cleanup the callback commit module. More...
 
status_t agt_commit_complete_register (const xmlChar *modname, agt_commit_complete_cb_t cb)
 Register a Commit Complete callback. More...
 
void agt_commit_complete_unregister (const xmlChar *modname)
 Unregister a Commit Complete callback. More...
 
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. More...
 
const xmlChar * agt_commit_complete_get_type (agt_commit_type_t commit_type)
 Get the keyword for the specified agt_commit_type_t enumeration. More...
 

Detailed Description

NETCONF Server Commit Complete callback handler.

This file contains functions to support registering, unregistering and execution of commit complete callbacks.