nodeupdown_handle_create

Langue: en

Version: August 2003 (fedora - 06/07/09)

Section: 3 (Bibliothèques de fonctions)

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)