pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker scheduler utilities. More...
Go to the source code of this file.
Functions | |
pcmk_node_t * | pe_find_node (const GList *node_list, const char *node_name) |
Find a node by name in a list of nodes. More... | |
Deprecated Pacemaker scheduler utilities.
Definition in file status_compat.h.
pcmk_node_t* pe_find_node | ( | const GList * | nodes, |
const char * | node_name | ||
) |
Find a node by name in a list of nodes.
[in] | nodes | List of nodes (as pcmk_node_t*) |
[in] | node_name | Name of node to find |
nodes
that matches node_name
if any, otherwise NULL