1NODEUPDOWN_HANDLE_CREATE(3) LIBNODEUPDOWN NODEUPDOWN_HANDLE_CREATE(3)
2
3
4
6 nodeupdown_handle_create - create a nodeupdown handle
7
9 #include <nodeupdown.h>
10
11 nodeupdown_t nodeupdown_handle_create(void);
12
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
20 On success, a nodeupdown handle (datatype nodeupdown_t) will be
21 returned. On error, NULL is returned.
22
24 /usr/include/nodeupdown.h
25
27 nodeupdown_handle_destroy(3), nodeupdown_load_data(3)
28
29
30
31LLNL August 2003 NODEUPDOWN_HANDLE_CREATE(3)