yumapro
24.10-2
YumaPro SDK
|
ietf-netconf-notifications YANG module support More...
#include <xmlstring.h>
#include "cap.h"
#include "dlq.h"
#include "ncxtypes.h"
#include "op.h"
#include "status.h"
#include "val.h"
Go to the source code of this file.
Functions | |
void | y_ietf_netconf_notifications_netconf_config_change_send (const xmlChar *username, uint32 session_id, const xmlChar *source_host, const xmlChar *datastore, dlq_hdr_t *auditrecQ) |
Send a y_ietf_netconf_notifications_netconf_config_change notification Called by your code when notification event occurs. More... | |
void | y_ietf_netconf_notifications_netconf_capability_change_send (const xmlChar *username, uint32 session_id, const xmlChar *source_host, cap_change_t cap_change, const xmlChar *capstr) |
Send a y_ietf_netconf_notifications_netconf_capability_change notification. More... | |
void | y_ietf_netconf_notifications_netconf_session_start_send (const xmlChar *username, uint32 session_id, const xmlChar *source_host) |
Send a y_ietf_netconf_notifications_netconf_session_start notification. More... | |
void | y_ietf_netconf_notifications_netconf_session_end_send (const xmlChar *username, uint32 session_id, const xmlChar *source_host, uint32 killed_by, const xmlChar *termination_reason) |
Send a y_ietf_netconf_notifications_netconf_session_end notification. More... | |
void | y_ietf_netconf_notifications_netconf_confirmed_commit_send (const xmlChar *username, uint32 session_id, const xmlChar *source_host, const xmlChar *confirm_event, ncx_confirm_event_t event, uint32 timeout) |
Send a y_ietf_netconf_notifications_netconf_confirmed_commit notification. More... | |
status_t | y_ietf_netconf_notifications_init (void) |
initialize the ietf-netconf-notifications server instrumentation library More... | |
status_t | y_ietf_netconf_notifications_init2 (void) |
SIL init phase 2: non-config data structures. More... | |
void | y_ietf_netconf_notifications_cleanup (void) |
cleanup the server instrumentation library More... | |
ietf-netconf-notifications YANG module support