nodeupdown_handle_create(3) - Linux man page
Name
nodeupdown_handle_create - create a nodeupdown handle
Synopsis
#include <nodeupdown.h>
nodeupdown_t nodeupdown_handle_create(void);
Description
nodeupdown_handle_create() creates a nodeupdown handle for use with the nodeupdown library of functions. A nodeupdown handle is of type nodeupdown_t, which is defined in nodeupdown.h. The nodeupdown handle must be passed to most of the nodeupdown library functions.
Return Values
On success, a nodeupdown handle (datatype nodeupdown_t) will be returned. On error, NULL is returned.
Files
/usr/include/nodeupdown.h
See Also
nodeupdown_handle_destroy(3), nodeupdown_load_data(3)