#include <crm_internal.h>
#include <glib.h>
#include <stdbool.h>
#include <crm/common/util.h>
#include <crm/common/scheduler.h>
#include <crm/pengine/internal.h>
Go to the source code of this file.
◆ pe__rsc_has_tag()
bool pe__rsc_has_tag |
( |
pcmk_scheduler_t * | scheduler, |
|
|
const char * | rsc_name, |
|
|
const char * | tag_name ) |
◆ pe__rscs_with_tag()
GList * pe__rscs_with_tag |
( |
pcmk_scheduler_t * | scheduler, |
|
|
const char * | tag_name ) |
◆ pe__uname_has_tag()
bool pe__uname_has_tag |
( |
pcmk_scheduler_t * | scheduler, |
|
|
const char * | node_name, |
|
|
const char * | tag_name ) |
◆ pe__unames_with_tag()
GList * pe__unames_with_tag |
( |
pcmk_scheduler_t * | scheduler, |
|
|
const char * | tag_name ) |