40 #ifndef NC_NOTIFICATIONS_XML_H_
41 #define NC_NOTIFICATIONS_XML_H_
43 #include <libxml/tree.h>
struct nc_msg nc_ntf
Event notification message.
Definition: netconf.h:68
Functions to handle NETCONF Notifications.
NCNTF_EVENT
Enumeration of supported NETCONF event notifications.
Definition: notifications.h:58
nc_ntf * ncxmlntf_notif_create(time_t event_time, const xmlNodePtr content)
Create a new <notification> message with the given eventTime and content.
libnetconf's general public functions and structures definitions.
xmlNodePtr ncxmlntf_notif_get_content(nc_ntf *notif)
Get the description of the event reported in the notification message.
int ncxmlntf_event_new(time_t etime, NCNTF_EVENT event,...)
Store a new event into the specified stream. Parameters are specific for different events...