|
pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <glib.h>#include <stdbool.h>#include <crm/common/util.h>#include <crm/pengine/internal.h>#include <crm/pengine/pe_types.h>
Go to the source code of this file.
Functions | |
| GList * | pe__rscs_with_tag (pe_working_set_t *data_set, const char *tag_name) |
| GList * | pe__unames_with_tag (pe_working_set_t *data_set, const char *tag_name) |
| bool | pe__rsc_has_tag (pe_working_set_t *data_set, const char *rsc_name, const char *tag_name) |
| bool | pe__uname_has_tag (pe_working_set_t *data_set, const char *node_name, const char *tag_name) |
| bool pe__rsc_has_tag | ( | pe_working_set_t * | data_set, |
| const char * | rsc_name, | ||
| const char * | tag_name | ||
| ) |
| GList* pe__rscs_with_tag | ( | pe_working_set_t * | data_set, |
| const char * | tag_name | ||
| ) |
| bool pe__uname_has_tag | ( | pe_working_set_t * | data_set, |
| const char * | node_name, | ||
| const char * | tag_name | ||
| ) |
| GList* pe__unames_with_tag | ( | pe_working_set_t * | data_set, |
| const char * | tag_name | ||
| ) |
1.8.5