1NODEUPDOWN_HANDLE_CREATE(3)      LIBNODEUPDOWN     NODEUPDOWN_HANDLE_CREATE(3)
2
3
4

NAME

6       nodeupdown_handle_create - create a nodeupdown handle
7

SYNOPSIS

9       #include <nodeupdown.h>
10
11       nodeupdown_t nodeupdown_handle_create(void);
12

DESCRIPTION

14       nodeupdown_handle_create() creates a nodeupdown handle for use with the
15       nodeupdown library of functions.  A nodeupdown handle is of type  node‐
16       updown_t, which is defined in nodeupdown.h.  The nodeupdown handle must
17       be passed to most of the nodeupdown library functions.
18

RETURN VALUES

20       On  success,  a  nodeupdown  handle  (datatype  nodeupdown_t)  will  be
21       returned. On error, NULL is returned.
22

FILES

24       /usr/include/nodeupdown.h
25

SEE ALSO

27       nodeupdown_handle_destroy(3), nodeupdown_load_data(3)
28
29
30
31LLNL                              August 2003      NODEUPDOWN_HANDLE_CREATE(3)
Impressum